We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2c44b commit d8fdaaeCopy full SHA for d8fdaae
Makefile
@@ -574,6 +574,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
574
575
@echo ">>> Create final distribution artefact for macOS"
576
mkdir -p dist
577
+ # Strip xattrs from the support files
578
+ xattr -cr support/$(PYTHON_VER)/macOS
579
# Build a distributable tarball
580
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
581
0 commit comments