We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f038626 + d8fdaae commit 021a271Copy full SHA for 021a271
Makefile
@@ -580,6 +580,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
580
581
@echo ">>> Create final distribution artefact for macOS"
582
mkdir -p dist
583
+ # Strip xattrs from the support files
584
+ xattr -cr support/$(PYTHON_VER)/macOS
585
# Build a distributable tarball
586
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
587
0 commit comments