diff --git a/build/config.lua b/build/config.lua index 2db0f7622..571bf6dc9 100644 --- a/build/config.lua +++ b/build/config.lua @@ -17,7 +17,7 @@ Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug" --InstallDir = "/usr/local/lib64" -- Adds a project which will recall premake with its original arguments when built (only works on Windows for now) -PremakeProject = true +PremakeProject = false -- Excludes client-only modules/tools/examples ServerMode = false