Update xmake.lua (#1150)

pull/1153/head
yamashi 3 years ago committed by GitHub
parent 20363ebe0a
commit 1b6917d855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"

Loading…
Cancel
Save