From 4df9c94eb02745ff26e830dde46ea1e44bd04825 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 30 Aug 2017 15:16:35 +0200 Subject: [PATCH] Build: Fix a missing config option --- build/config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/config.lua b/build/config.lua index 5779dbea6..2db0f7622 100644 --- a/build/config.lua +++ b/build/config.lua @@ -17,6 +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 -- Excludes client-only modules/tools/examples ServerMode = false