We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff1aa commit 5450560Copy full SHA for 5450560
src/meson.build
@@ -63,11 +63,11 @@ else
63
64
glslang_deps = [
65
cxx.find_library('glslang', required: glslang_req),
66
- cxx.find_library('HLSL', required: glslang_req),
67
- cxx.find_library('OGLCompiler', required: glslang_req),
68
- cxx.find_library('OSDependent', required: glslang_req),
69
- cxx.find_library('SPIRV', required: glslang_req),
70
- cxx.find_library('SPVRemapper', required: glslang_req),
+ #cxx.find_library('HLSL', required: glslang_req),
+ #cxx.find_library('OGLCompiler', required: glslang_req),
+ #cxx.find_library('OSDependent', required: glslang_req),
+ #cxx.find_library('SPIRV', required: glslang_req),
+ #cxx.find_library('SPVRemapper', required: glslang_req),
71
]
72
73
glslang_opt_deps = [
0 commit comments