Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
render/vulkan: lookup for native glslangValidator
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Oct 15, 2021
1 parent d68a9b8 commit a9552e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/vulkan/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if not dep_vulkan.found()
subdir_done()
endif

glslang = find_program('glslangValidator', required: false)
glslang = find_program('glslangValidator', native: true, required: false)
if not glslang.found()
if 'vulkan' in renderers
error('\n'.join(msg).format('glslang'))
Expand Down

0 comments on commit a9552e7

Please sign in to comment.