glslang: Update binary name (#3865)

pull/3866/head
Jérôme Leclercq 7 months ago committed by GitHub
parent 8439cdaba9
commit edb4e3ce19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/g/glslang/xmake.lua

@ -82,7 +82,7 @@ package("glslang")
on_test(function (package)
if not package:is_cross() then
os.vrun("glslangValidator --version")
os.vrun("glslang --version")
end
if not package:config("binaryonly") then
assert(package:has_cxxfuncs("ShInitialize", {configs = {languages = "c++11"}, includes = "glslang/Public/ShaderLang.h"}))

Loading…
Cancel
Save