Skip to content

Commit

Permalink
[build] Use new glslang name with fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored Jul 27, 2023
1 parent 4ed1474 commit 4de100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4de100d

Please sign in to comment.