From 0cb7011fddebea5ae25f8b54ecbb72dcebf07ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 26 May 2025 22:18:06 +0200 Subject: [PATCH] Switch to a fork of glslang with an include fix for gcc 15 See #20399 and #19952 --- .gitmodules | 2 +- ext/glslang | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 15ab8f994f..2ea8deb5e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/Kingcom/armips.git [submodule "ext/glslang"] path = ext/glslang - url = https://github.com/KhronosGroup/glslang.git + url = https://github.com/hrydgard/glslang.git [submodule "ext/SPIRV-Cross"] path = ext/SPIRV-Cross url = https://github.com/KhronosGroup/SPIRV-Cross.git diff --git a/ext/glslang b/ext/glslang index b34f619e1c..30dd81a21c 160000 --- a/ext/glslang +++ b/ext/glslang @@ -1 +1 @@ -Subproject commit b34f619e1c85810dcb3c578107d2e48ba4ee2b37 +Subproject commit 30dd81a21c5f78abf9887df9b056e5ccc056e267