diff --git a/qb/config.libs.sh b/qb/config.libs.sh index d5e30762957a..419f8bb964a0 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -666,7 +666,6 @@ if [ "$HAVE_GLSLANG" != no ]; then glslang/Public/ShaderLang.h \ glslang/SPIRV/GlslangToSpv.h - check_lib cxx GLSLANG -lglslang '' '-lSPIRV' check_lib cxx GLSLANG_OSDEPENDENT -lOSDependent check_lib cxx GLSLANG_OGLCOMPILER -lOGLCompiler check_lib cxx GLSLANG_MACHINEINDEPENDENT -lMachineIndependent @@ -675,10 +674,9 @@ if [ "$HAVE_GLSLANG" != no ]; then check_lib cxx GLSLANG_SPIRV -lSPIRV check_lib cxx GLSLANG_SPIRV_TOOLS_OPT -lSPIRV-Tools-opt check_lib cxx GLSLANG_SPIRV_TOOLS -lSPIRV-Tools + check_lib cxx GLSLANG -lglslang '' "$GLSLANG_SPIRV_LIBS" if [ "$HAVE_GLSLANG" = no ] || - [ "$HAVE_GLSLANG_HLSL" = no ] || - [ "$HAVE_GLSLANG_SPIRV" = no ] || [ "$HAVE_GLSLANG_SPIRV_TOOLS_OPT" = no ] || [ "$HAVE_GLSLANG_SPIRV_TOOLS" = no ]; then if [ "$HAVE_BUILTINGLSLANG" != yes ]; then