From a2a213c0f268bbc86968eb51f4e2ac67d74bba33 Mon Sep 17 00:00:00 2001 From: ISHIKAWA Takayuki Date: Sat, 31 Dec 2022 20:15:37 +0900 Subject: [PATCH] glslang: Restrict to 64-bit (#4277) * glslang: Restrict to 64-bit It works only on 64-bit Windows. * glslang: Fix JSON error --- bucket/glslang.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bucket/glslang.json b/bucket/glslang.json index e2911d3dbb..6eae542e25 100644 --- a/bucket/glslang.json +++ b/bucket/glslang.json @@ -6,8 +6,12 @@ "identifier": "Freeware,MIT,...", "url": "https://github.com/KhronosGroup/glslang/blob/master/LICENSE.txt" }, - "url": "https://github.com/KhronosGroup/glslang/releases/download/8.13.3559/glslang-master-windows-x64-Release.zip", - "hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88", + "architecture": { + "64bit": { + "url": "https://github.com/KhronosGroup/glslang/releases/download/8.13.3559/glslang-master-windows-x64-Release.zip", + "hash": "e4bffacd4a75e1e150c0cf19d5020cfa6893386a1e6dd14ef6426789859eab88" + } + }, "bin": [ "bin\\glslangValidator.exe", "bin\\spirv-remap.exe"