Browse Source

add lua scripts for libxmake

ruki 5 years ago
parent
commit
9803b15312
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/l/libxmake/xmake.lua

+ 1 - 0
packages/l/libxmake/xmake.lua

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