Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <47954800+Blisto91@users.noreply.github.com>2023-07-27 16:41:28 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-07-29 15:54:32 +0300
commit4ed04268fdb0ff607f5802c72cf79a505d85fb29 (patch)
treec7b6cb3cf2d8edf786ebb345747cca2469437c0d
parent4ed147403007fa6e1ffc944ad7cad4d7013272ce (diff)
[build] Use new glslang name with fallback
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f4d15b60..63d5eb71 100644
--- a/meson.build
+++ b/meson.build
@@ -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',