pull/1119/head
xq114 3 years ago
parent bc1dd54cd7
commit 23b04ffc08
  1. 2
      packages/z/z3/xmake.lua

@ -74,7 +74,9 @@ package("z3")
end)
on_test(function (package)
if package:is_plat(os.host()) and package:is_arch(os.arch()) then
os.vrun("z3 -version")
os.vrun("python3 -c \"import z3\"")
end
assert(package:has_cfuncs("Z3_mk_config", {includes = "z3.h"}))
end)

Loading…
Cancel
Save