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