Skip to content

Commit 1d6a3af

Browse files
committed
Make sure platforms are also targets.
1 parent 1da6b2e commit 1d6a3af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ build/$1/bzip2/lib/libbz2.a: $$(foreach target,$$(TARGETS-$1),$$(BZIP2_DIR-$$(ta
330330
mkdir -p build/$1
331331
xcrun lipo -create -o $$@ $$^
332332

333+
$1: Python.framework-$1
334+
333335
Python.framework-$1: $$(PYTHON_FRAMEWORK-$1)
334336

335337
# Build Python.framework

0 commit comments

Comments
 (0)