Skip to content

Commit

Permalink
Reworked packaging for macOS port.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 8, 2016
1 parent 0fd8075 commit 560a15b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,12 @@ clean-$1:

dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz: $$(BZIP2_FRAMEWORK-$1) $$(OPENSSL_FRAMEWORK-$1) $$(PYTHON_FRAMEWORK-$1)
mkdir -p dist
ifeq ($1,macOS)
mv build/$1/Python-$(PYTHON_VERSION)-macosx.x86_64/dist build/$1/python
tar zcvf $$@ -C build/$1 python
else
tar zcvf $$@ -C build/$1 $$(notdir $$^)
endif

# Build OpenSSL.framework
OpenSSL.framework-$1: $$(OPENSSL_FRAMEWORK-$1)
Expand Down

0 comments on commit 560a15b

Please sign in to comment.