Skip to content

Commit d8fdaae

Browse files
committed
Strip xattrs from macOS bundle before archiving.
1 parent dd2c44b commit d8fdaae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
574574

575575
@echo ">>> Create final distribution artefact for macOS"
576576
mkdir -p dist
577+
# Strip xattrs from the support files
578+
xattr -cr support/$(PYTHON_VER)/macOS
577579
# Build a distributable tarball
578580
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`
579581

0 commit comments

Comments
 (0)