From 3d21e7a654c65a8a3ad6f4b2c591b8fbdbfe1672 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 21 Jan 2021 08:38:06 -0800 Subject: 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. --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') 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" } } } -- cgit v1.2.3