summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2021-01-21 08:38:06 -0800
committerGitHub <noreply@github.com>2021-01-21 08:38:06 -0800
commit3d21e7a654c65a8a3ad6f4b2c591b8fbdbfe1672 (patch)
tree33ae17d7224005fde55b121d3df65091f4c49f6f /premake5.lua
parent660cf7a639cb0f73e2ea7abc4a4a8ca59e50c88d (diff)
Upgrade slang-binaries for glslang 11.1.0 (#1664)
This change also switches the build back to using prebuilt glslang binaries instead of always building from source.
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 3d925ddb8..4068219fd 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" } }
}