Explorar o código

Update xmake.lua (#1150)

yamashi %!s(int64=3) %!d(string=hai) anos
pai
achega
1b6917d855
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"