Build: Disable premake project by default

This commit is contained in:
Jérôme Leclercq 2017-09-07 16:50:54 +02:00
parent 3d7799ec62
commit b26d0d92d5
1 changed files with 1 additions and 1 deletions

View File

@ -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