diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-09-17 10:42:05 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-09-17 10:42:05 +0200 |
| commit | b6786e85177b1c0e08a7bee03a4c77efa4c12e78 (patch) | |
| tree | be2190c21d6e94121667e094e948c3687a7797da /Makefile | |
| parent | 6220c8176add2fb8e72f4ced243f9097c37c20df (diff) | |
| download | python-lxml-b6786e85177b1c0e08a7bee03a4c77efa4c12e78.tar.gz | |
Include 32bit versions in wheel build.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
