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.
2 parents 9ddcc1c + bb7aa36 commit 00b08f2Copy full SHA for 00b08f2
Makefile
@@ -286,7 +286,7 @@ ifeq ($2,macOS)
286
--without-doc-strings --enable-ipv6 --without-ensurepip \
287
$$(PYTHON_CONFIGURE-$2)
288
else
289
- cd $$(PYTHON_DIR-$1) && PATH="$(PROJECT_DIR)/build/macOS/python/bin:$(PATH)" ./configure \
+ cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/dist/bin:$(PATH) ./configure \
290
CC="$$(CC-$1)" LD="$$(CC-$1)" \
291
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
292
--build=x86_64-apple-darwin$(shell uname -r) \
0 commit comments