python: setup.py should use make.sh for non-Windows systems, so all the *nix systems are supported

test2
Nguyen Anh Quynh 10 years ago
parent decc0d3d02
commit fdffe2b048
  1. 2
      bindings/python/setup.py

@ -113,7 +113,7 @@ class custom_build_clib(build_clib):
os.chdir("src")
if SYSTEM == "linux2" or SYSTEM == "darwin":
if SYSTEM != "win32":
os.chmod("make.sh", stat.S_IREAD|stat.S_IEXEC)
os.system("BUILD_CORE_ONLY=yes ./make.sh")

Loading…
Cancel
Save