pull/674/head
ruki 3 years ago
parent 9c227201ce
commit 41e4118be2
No known key found for this signature in database
GPG Key ID: D7C5BF5691071C8D
  1. 1
      packages/p/python/xmake.lua

@ -94,6 +94,7 @@ package("python")
local configs = {"--enable-ipv6", "--with-ensurepip", "--enable-optimizations"}
table.insert(configs, "--datadir=" .. package:installdir("share"))
table.insert(configs, "--datarootdir=" .. package:installdir("share"))
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
-- add openssl libs path for detecting
local openssl_dir

Loading…
Cancel
Save