Skip to content

Commit 17f5317

Browse files
authored
Merge pull request #61 from OtoJig/3.6_correct_PATH_to_macOS_python
Use correct PATH to find macOS Python in Makefile
2 parents 89e1a32 + 57e3314 commit 17f5317

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)