diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2021-03-16 13:30:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 13:30:39 -0700 |
| commit | 210a9889ae35ac61a7f33a758e08fb51d46395e7 (patch) | |
| tree | b90c596b0b27808041398d87c41f92a11a39166d /premake5.lua | |
| parent | 6a360f74d41122d9b92a4050c2d51b57ddb2e197 (diff) | |
Update binaries (#1758)
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index a54b6cae1..7052d1de9 100644 --- a/premake5.lua +++ b/premake5.lua @@ -79,7 +79,7 @@ newoption { trigger = "build-glslang", description = "(Optional) If true glslang and spirv-opt will be built", value = "bool", - default = "true", + default = "false", allowed = { { "true", "True"}, { "false", "False" } } } |
