Fixed premake for windows

This commit is contained in:
Antoine Pilote
2023-09-30 17:39:05 -04:00
parent e5d677478b
commit 9b5813ce2b

View File

@@ -1,6 +1,6 @@
workspace "Nuake"
architecture "x64"
conformancemode "On"
configurations
{
"Debug",
@@ -117,7 +117,7 @@ project "Nuake"
"NK_WIN"
}
buildoptions { "-permissive", "-cxxflags", "gtk+-3.0"}
filter "configurations:Debug"
runtime "Debug"
symbols "on"