improve python2 test

pull/49/head
ruki 5 years ago
parent 658f8d567c
commit 12c974cab3
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 2
      packages/p/python2/xmake.lua

@ -137,7 +137,5 @@ package("python2")
os.vrun("python2 -c \"import pip\"")
os.vrun("python2 -c \"import setuptools\"")
os.vrun("python2 -c \"import wheel\"")
if not package:is_plat("windows") then
assert(package:has_cfuncs("PyModule_New", {includes = "Python.h"}))
end
end)

Loading…
Cancel
Save