summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-17 10:57:30 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-17 10:57:30 +0200
commit32bc63df573aad543d4e9376fe4b67afd9bf3804 (patch)
tree71a2015ffe6e9dcd05a15785d4b640b2a6ebe5ad /Makefile
parentb6786e85177b1c0e08a7bee03a4c77efa4c12e78 (diff)
downloadpython-lxml-32bc63df573aad543d4e9376fe4b67afd9bf3804.tar.gz
Use separate wheelhouse directories for 32/64 bits to prevent interference in auditwheel run.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1cd2716e..17445169 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ wheel_manylinux32 wheel_manylinux64: dist/lxml-$(LXMLVERSION).tar.gz
-e LDFLAGS="$(LDFLAGS)" \
-e LIBXML2_VERSION="$(MANYLINUX_LIBXML2_VERSION)" \
-e LIBXSLT_VERSION="$(MANYLINUX_LIBXSLT_VERSION)" \
+ -e WHEELHOUSE=wheelhouse_$(subst wheel_,,$@) \
$(if $(patsubst %32,,$@),$(MANYLINUX_IMAGE_X86_64),$(MANYLINUX_IMAGE_686)) \
bash /io/tools/manylinux/build-wheels.sh /io/$<