Skip to content

Commit

Permalink
Merge branch 'main' into 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 10, 2024
2 parents f038626 + d8fdaae commit 021a271
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 @@ -580,6 +580,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 021a271

Please sign in to comment.