Build: Fix a missing config option
This commit is contained in:
parent
55ca4a84ea
commit
4df9c94eb0
|
|
@ -17,6 +17,7 @@ Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug"
|
||||||
--InstallDir = "/usr/local/lib64"
|
--InstallDir = "/usr/local/lib64"
|
||||||
|
|
||||||
-- Adds a project which will recall premake with its original arguments when built (only works on Windows for now)
|
-- 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
|
-- Excludes client-only modules/tools/examples
|
||||||
ServerMode = false
|
ServerMode = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue