From 310de49d2b646105114f8e8761cbf0f9e7972b03 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Sat, 28 Jul 2018 18:56:40 -0700 Subject: [PATCH] Update link to reference high-compatibility build script --- src/api/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/python/setup.py b/src/api/python/setup.py index 0aed1e5ab..bce681584 100644 --- a/src/api/python/setup.py +++ b/src/api/python/setup.py @@ -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 builds should be built in the centos 5 vm for maximum compatibility # 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()) elif 'mingw' in name: if platform.architecture()[0] == '64bit':