[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
1 changed files with 1 additions and 1 deletions

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',