瀏覽代碼

add lua scripts for libxmake

ruki 5 年之前
父節點
當前提交
9803b15312
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)