Skip to content

Commit

Permalink
Merge branch 'main' into 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 10, 2024
2 parents 132c937 + d8fdaae commit 208df40
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 @@ -545,6 +545,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 208df40

Please sign in to comment.