Skip to content

Commit 021a271

Browse files
committed
Merge branch 'main' into 3.11
2 parents f038626 + d8fdaae commit 021a271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
580580

581581
@echo ">>> Create final distribution artefact for macOS"
582582
mkdir -p dist
583+
# Strip xattrs from the support files
584+
xattr -cr support/$(PYTHON_VER)/macOS
583585
# Build a distributable tarball
584586
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
585587

0 commit comments

Comments
 (0)