m4 for msys/mingw

pull/98/head
ruki 4 years ago
parent 31664709fb
commit b3f6eb6c16
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 6
      packages/m/m4/xmake.lua

@ -18,6 +18,12 @@ package("m4")
import("package.tools.autoconf").install(package, {"--disable-dependency-tracking"})
end)
if is_subhost("msys") then
on_install("@windows", function (package)
import("package.tools.autoconf").install(package, {"--disable-dependency-tracking"})
end)
end
on_test(function (package)
os.vrun("m4 --version")
end)

Loading…
Cancel
Save