add lua scripts for libxmake

pull/45/head
ruki 5 years ago
parent 42717799ff
commit 9803b15312
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/l/libxmake/xmake.lua

@ -52,6 +52,7 @@ package("libxmake")
table.insert(configs, "--readline=" .. (package:config("readline") and "y" or "n")) table.insert(configs, "--readline=" .. (package:config("readline") and "y" or "n"))
os.cd("core") os.cd("core")
import("package.tools.xmake").install(package, configs) import("package.tools.xmake").install(package, configs)
os.cp("../xmake", package:installdir("share"))
end) end)
on_test(function (package) on_test(function (package)

Loading…
Cancel
Save