1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[build] Use new glslang name with fallback

This commit is contained in:
Blisto91 2023-07-27 15:41:28 +02:00 committed by Philip Rebohle
parent 4ed1474030
commit 4ed04268fd

View File

@ -140,7 +140,7 @@ exe_ext = ''
dll_ext = ''
def_spec_ext = '.def'
glsl_compiler = find_program('glslangValidator')
glsl_compiler = find_program('glslang', 'glslangValidator')
glsl_args = [
'--quiet',
'--target-env', 'vulkan1.2',