Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading