Detect binarycreator on system path (#2362)

pull/2363/head
Yiheng Wu 2 years ago committed by GitHub
parent 32cb2c9100
commit 9ae52a09f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/q/qtifw/xmake.lua

@ -8,6 +8,12 @@ package("qtifw")
add_deps("aqt")
on_fetch(function (package, opt)
if opt.system then
return import("lib.detect.find_tool")("binarycreator", {check = "--help"})
end
end)
on_install("@windows", "@msys", "@macosx", function (package)
local host

Loading…
Cancel
Save