From a2a05f6d92513ba62186a4fda7534941de15aefe Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 20 Aug 2017 21:33:42 +0200 Subject: [PATCH] Build: Add PremakeProject config value --- build/config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/config.lua b/build/config.lua index 12a9f8e77..b644423b3 100644 --- a/build/config.lua +++ b/build/config.lua @@ -16,6 +16,9 @@ Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug" -- Setup additionnals install directories, separated by a semi-colon ; (library binaries will be copied there) --InstallDir = "/usr/local/lib64" +-- Adds a project which will recall premake with its original arguments when built +PremakeProject = true + -- Excludes client-only modules/tools/examples ServerMode = false