summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-12-21 16:43:42 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-12-21 16:43:42 +0100
commit4c65833349b74c8cd5d173456f67da3570315b99 (patch)
treebcb99ed8199af45942e164f612dfdd6089c4b3ac /Makefile
parent0ec33692458227b340da0c44b6ae53de79f259f1 (diff)
downloadcython-4c65833349b74c8cd5d173456f67da3570315b99.tar.gz
Revert "Try to resolve build failures by switching back to CPython's distutils instead of using the one in setuptools 0.60."
This reverts commit 0ec33692458227b340da0c44b6ae53de79f259f1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8ce4f355..4c289d33d 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,6 @@ wheel_%: dist/$(PACKAGENAME)-$(VERSION).tar.gz
-e CFLAGS="$(MANYLINUX_CFLAGS)" \
-e LDFLAGS="$(MANYLINUX_LDFLAGS) -fPIC" \
-e WHEELHOUSE=wheelhouse$(subst wheel_musllinux,,$(subst wheel_manylinux,,$@)) \
- -e SETUPTOOLS_USE_DISTUTILS=local \
quay.io/pypa/$(subst wheel_,,$@) \
bash -c '\
rm -fr /opt/python/*pypy* ; \