libiconv: re-add support for macosx (#1788)

Co-authored-by: 沈浪熊猫儿 <shenda@ustc.edu>
pull/1791/head
Darcy Shen 2 years ago committed by GitHub
parent 4511c52762
commit 6a862af16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libiconv/xmake.lua

@ -46,7 +46,7 @@ package("libiconv")
})
end)
on_install("linux", "cross", "android", function (package)
on_install("macosx", "linux", "cross", "android", function (package)
local configs = {"--disable-dependency-tracking", "--enable-extra-encodings"}
if not package:is_plat("macosx") then
table.insert(configs, "--enable-relocatable")

Loading…
Cancel
Save