summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-09-17 10:42:05 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-09-17 10:42:05 +0200
commitb6786e85177b1c0e08a7bee03a4c77efa4c12e78 (patch)
treebe2190c21d6e94121667e094e948c3687a7797da /Makefile
parent6220c8176add2fb8e72f4ced243f9097c37c20df (diff)
downloadpython-lxml-b6786e85177b1c0e08a7bee03a4c77efa4c12e78.tar.gz
Include 32bit versions in wheel build.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b4c82ef..1cd2716e 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ require-cython:
@[ -n "$(PYTHON_WITH_CYTHON)" ] || { \
echo "NOTE: missing Cython - please use this command to install it: $(PYTHON) -m pip install Cython"; false; }
-wheel_manylinux: wheel_manylinux64 # wheel_manylinux32
+wheel_manylinux: wheel_manylinux64 wheel_manylinux32
wheel_manylinux32 wheel_manylinux64: dist/lxml-$(LXMLVERSION).tar.gz
time docker run --rm -t \