|
@@ -36,8 +36,8 @@ package("liba52")
|
|
end
|
|
end
|
|
end)
|
|
end)
|
|
|
|
|
|
- on_install(function (package)
|
|
|
|
- if is_subhost("msys") or (not is_host("windows"))then
|
|
|
|
|
|
+ on_install("!iphoneos", function (package)
|
|
|
|
+ if not is_host("windows")then
|
|
-- Generate config.h by autotools
|
|
-- Generate config.h by autotools
|
|
local configs = {}
|
|
local configs = {}
|
|
if package:is_plat("android", "bsd", "wasm") then
|
|
if package:is_plat("android", "bsd", "wasm") then
|