improve python

pull/88/head
ruki 4 years ago
parent a54408042c
commit ce9ffc84f0
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/p/python/xmake.lua
  2. 2
      packages/p/python2/xmake.lua

@ -28,7 +28,7 @@ package("python")
add_deps("openssl", {host = true})
end
if is_plat("linux") then
if is_host("linux") then
add_syslinks("util", "pthread", "dl")
end

@ -25,7 +25,7 @@ package("python2")
add_deps("openssl", {host = true})
end
if is_plat("linux") then
if is_host("linux") then
add_syslinks("util", "pthread", "dl")
end

Loading…
Cancel
Save