add host for python3/ssl

pull/18/head
ruki 6 years ago
parent 3fc5fee49f
commit 77af2a93b4
No known key found for this signature in database
GPG Key ID: 33341DF9719963FA
  1. 2
      packages/p/python/xmake.lua

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

Loading…
Cancel
Save