Skip to content

Commit

Permalink
turned staticruntime on
Browse files Browse the repository at this point in the history
  • Loading branch information
SionGRG committed Mar 27, 2023
1 parent 0e8218a commit bd6ae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project "ImGui"
kind "StaticLib"
language "C++"
staticruntime "off"
staticruntime "on"

targetdir ("bin/" .. outputdir .. "/%{prj.name}")
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
Expand Down

0 comments on commit bd6ae8a

Please sign in to comment.