Skip to content

Commit 208df40

Browse files
committed
Merge branch 'main' into 3.10
2 parents 132c937 + d8fdaae commit 208df40

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
@@ -545,6 +545,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
545545

546546
@echo ">>> Create final distribution artefact for macOS"
547547
mkdir -p dist
548+
# Strip xattrs from the support files
549+
xattr -cr support/$(PYTHON_VER)/macOS
548550
# Build a distributable tarball
549551
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
550552

0 commit comments

Comments
 (0)