diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2021-01-21 08:38:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 08:38:06 -0800 |
| commit | 3d21e7a654c65a8a3ad6f4b2c591b8fbdbfe1672 (patch) | |
| tree | 33ae17d7224005fde55b121d3df65091f4c49f6f /premake5.lua | |
| parent | 660cf7a639cb0f73e2ea7abc4a4a8ca59e50c88d (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.lua | 2 |
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" } } } |
