diff --git a/Nuake/dependencies/recastnavigation_p5.lua b/Nuake/dependencies/recastnavigation_p5.lua index ffe933d7..f9c17b57 100644 --- a/Nuake/dependencies/recastnavigation_p5.lua +++ b/Nuake/dependencies/recastnavigation_p5.lua @@ -67,7 +67,6 @@ project "Detour" defines {"DEBUG"} symbols "On" postbuildcommands {} - flags {"staticruntime"} -- this is what worked for me -- linux library cflags and libs filter {"system:linux", "toolset:gcc"} diff --git a/premake5.lua b/premake5.lua index 1f0095af..775d9c91 100644 --- a/premake5.lua +++ b/premake5.lua @@ -263,7 +263,7 @@ project "NuakeRuntime" kind "WindowedApp" runtime "Release" optimize "on" - flags { "WinMain" } + flags { "WinMainCRTStartup" } defines { "NK_DIST",