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 132c937 + d8fdaae commit 208df40Copy full SHA for 208df40
Makefile
@@ -545,6 +545,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
545
546
@echo ">>> Create final distribution artefact for macOS"
547
mkdir -p dist
548
+ # Strip xattrs from the support files
549
+ xattr -cr support/$(PYTHON_VER)/macOS
550
# Build a distributable tarball
551
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
552
0 commit comments