Patched for Main Repo Issue #74

This commit is contained in:
Xypher Orion
2024-09-15 07:31:47 -04:00
parent c5563c204c
commit a7cbbf2830
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ project "Detour"
defines {"DEBUG"} defines {"DEBUG"}
symbols "On" symbols "On"
postbuildcommands {} postbuildcommands {}
flags {"staticruntime"} -- this is what worked for me
-- linux library cflags and libs -- linux library cflags and libs
filter {"system:linux", "toolset:gcc"} filter {"system:linux", "toolset:gcc"}

View File

@@ -263,7 +263,7 @@ project "NuakeRuntime"
kind "WindowedApp" kind "WindowedApp"
runtime "Release" runtime "Release"
optimize "on" optimize "on"
flags { "WinMain" } flags { "WinMainCRTStartup" }
defines defines
{ {
"NK_DIST", "NK_DIST",