Update xmake.lua

pull/463/head
ruki 4 years ago committed by GitHub
parent a73b8679bd
commit b9b9c3a2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/l/llvm/xmake.lua

@ -155,7 +155,9 @@ package("llvm")
end) end)
on_test(function (package) on_test(function (package)
os.vrun("llvm-config --version") if not package:is_plat("windows", "mingw") then
os.vrun("llvm-config --version")
end
if package:config("clang") then if package:config("clang") then
os.vrun("clang --version") os.vrun("clang --version")
end end

Loading…
Cancel
Save