summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2021-03-16 13:30:39 -0700
committerGitHub <noreply@github.com>2021-03-16 13:30:39 -0700
commit210a9889ae35ac61a7f33a758e08fb51d46395e7 (patch)
treeb90c596b0b27808041398d87c41f92a11a39166d /premake5.lua
parent6a360f74d41122d9b92a4050c2d51b57ddb2e197 (diff)
Update binaries (#1758)
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
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" } }
}