summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2021-03-16 12:12:37 -0700
committerGitHub <noreply@github.com>2021-03-16 12:12:37 -0700
commit6a360f74d41122d9b92a4050c2d51b57ddb2e197 (patch)
treed0577e5e9bcdfa6f8e10b5d17619adc5bd1c9191 /premake5.lua
parent10b39e0cb545f98f1a417da8e8e52258134a3e87 (diff)
Enable building glslang from source (#1757)
* Enable building glslang from source Somehow the slang-glslang binaries we are currently using aren't the most up-to-date ones, so I am enabling building glslang from source so that we can produce new binaries. * fixup: run generators
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 7052d1de9..a54b6cae1 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 = "false",
+ default = "true",
allowed = { { "true", "True"}, { "false", "False" } }
}