diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2020-07-18 12:51:22 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2020-07-18 12:51:22 +0200 |
| commit | 9939f51a06c2c703ab709400f7bc59d3574256ef (patch) | |
| tree | ed4849f8318a33b98e18cd3f6f8c6f53b40d4ee0 /Makefile | |
| parent | 036877f981ebb8d2656a3f88f36bd980b3c9196f (diff) | |
| download | python-lxml-9939f51a06c2c703ab709400f7bc59d3574256ef.tar.gz | |
Fix Makefile dependency to allow running "wheel_manylinuxaarch64" directly.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ require-cython: qemu-user-static: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -wheel_manylinux: qemu-user-static wheel_manylinux64 wheel_manylinux32 wheel_manylinuxaarch64 +wheel_manylinux: wheel_manylinux64 wheel_manylinux32 wheel_manylinuxaarch64 +wheel_manylinuxaarch64: qemu-user-static wheel_manylinux32 wheel_manylinux64 wheel_manylinuxaarch64: dist/lxml-$(LXMLVERSION).tar.gz time docker run --rm -t \ |
