We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8075 commit 560a15bCopy full SHA for 560a15b
Makefile
@@ -278,7 +278,12 @@ clean-$1:
278
279
dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz: $$(BZIP2_FRAMEWORK-$1) $$(OPENSSL_FRAMEWORK-$1) $$(PYTHON_FRAMEWORK-$1)
280
mkdir -p dist
281
+ifeq ($1,macOS)
282
+ mv build/$1/Python-$(PYTHON_VERSION)-macosx.x86_64/dist build/$1/python
283
+ tar zcvf $$@ -C build/$1 python
284
+else
285
tar zcvf $$@ -C build/$1 $$(notdir $$^)
286
+endif
287
288
# Build OpenSSL.framework
289
OpenSSL.framework-$1: $$(OPENSSL_FRAMEWORK-$1)
0 commit comments