浏览代码

Update xmake.lua (#1150)

yamashi 3 年之前
父节点
当前提交
1b6917d855
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/o/openrestry-luajit/xmake.lua

+ 1 - 1
packages/o/openrestry-luajit/xmake.lua

@@ -24,7 +24,7 @@ package("openrestry-luajit")
         end
     end)
 
-    on_install("windows", "linux", "macosx", "bsd", "iphoneos", function (package)
+    on_install("windows", "linux", "macosx", "bsd", "android", "iphoneos", function (package)
         local configs = {}
         if package:config("shared") then
             configs.kind = "shared"