Skip to content

Commit 00b08f2

Browse files
committed
merged from upstream
2 parents 9ddcc1c + bb7aa36 commit 00b08f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ ifeq ($2,macOS)
286286
--without-doc-strings --enable-ipv6 --without-ensurepip \
287287
$$(PYTHON_CONFIGURE-$2)
288288
else
289-
cd $$(PYTHON_DIR-$1) && PATH="$(PROJECT_DIR)/build/macOS/python/bin:$(PATH)" ./configure \
289+
cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/dist/bin:$(PATH) ./configure \
290290
CC="$$(CC-$1)" LD="$$(CC-$1)" \
291291
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
292292
--build=x86_64-apple-darwin$(shell uname -r) \

0 commit comments

Comments
 (0)