|
@@ -37,7 +37,7 @@ package("python")
|
|
end
|
|
end
|
|
|
|
|
|
if is_host("macosx", "linux") then
|
|
if is_host("macosx", "linux") then
|
|
- add_deps("openssl", {plat = os.host(), arch = os.arch()})
|
|
|
|
|
|
+ add_deps("openssl", {host = true})
|
|
end
|
|
end
|
|
|
|
|
|
on_load(function (package)
|
|
on_load(function (package)
|