3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-14 09:56:15 +00:00

Update link to reference high-compatibility build script

This commit is contained in:
Audrey Dutcher 2018-07-28 18:56:40 -07:00
parent d74edbcb2b
commit 310de49d2b

View file

@ -162,7 +162,7 @@ if 'bdist_wheel' in sys.argv and '--plat-name' not in sys.argv:
# linux_* platform tags are disallowed because the python ecosystem is fubar # linux_* platform tags are disallowed because the python ecosystem is fubar
# linux builds should be built in the centos 5 vm for maximum compatibility # linux builds should be built in the centos 5 vm for maximum compatibility
# see https://github.com/pypa/manylinux # see https://github.com/pypa/manylinux
# see also https://github.com/angr/angr-dev/blob/master/bdist.sh # see also https://github.com/angr/angr-dev/blob/master/admin/bdist.py
sys.argv.insert(idx + 1, 'manylinux1_' + platform.machine()) sys.argv.insert(idx + 1, 'manylinux1_' + platform.machine())
elif 'mingw' in name: elif 'mingw' in name:
if platform.architecture()[0] == '64bit': if platform.architecture()[0] == '64bit':