Skip to content

Commit

Permalink
Strip xattrs from macOS bundle before archiving.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 10, 2024
1 parent dd2c44b commit d8fdaae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \

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

Expand Down

0 comments on commit d8fdaae

Please sign in to comment.