|
@@ -19,7 +19,7 @@ package("zlib")
|
|
|
os.cp("zlib.lib", package:installdir("lib"))
|
|
|
os.cp("*.h", package:installdir("include"))
|
|
|
end)
|
|
|
-
|
|
|
+
|
|
|
on_install("iphoneos", "android", "mingw", function (package)
|
|
|
import("package.tools.autoconf").configure(package, {host = "", "--static"})
|
|
|
io.gsub("Makefile", "\nAR=.-\n", "\nAR=" .. (package:build_getenv("ar") or "") .. "\n")
|