File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ ifeq ($2,macOS)
286
286
--without-doc-strings --enable-ipv6 --without-ensurepip \
287
287
$$(PYTHON_CONFIGURE-$2)
288
288
else
289
- cd $$(PYTHON_DIR-$1) && PATH=$(PROJECT_DIR)/build/macOS/python/bin:$(PATH) ./configure \
289
+ cd $$(PYTHON_DIR-$1) && PATH=" $(PROJECT_DIR)/build/macOS/python/bin:$(PATH)" ./configure \
290
290
CC="$$(CC-$1)" LD="$$(CC-$1)" \
291
291
--host=$$(MACHINE_DETAILED-$1)-apple-$(shell echo $2 | tr '[:upper:]' '[:lower:]') \
292
292
--build=x86_64-apple-darwin$(shell uname -r) \
@@ -299,7 +299,7 @@ endif
299
299
# Build Python
300
300
$$(PYTHON_DIR-$1 ) /dist/lib/libpython$(PYTHON_VER ) m.a: build/$2/Support/OpenSSL build/$2/Support/BZip2 build/$2/Support/XZ $$(PYTHON_DIR-$1 ) /Makefile
301
301
# Build target Python
302
- cd $$(PYTHON_DIR-$1 ) && PATH=$(PROJECT_DIR ) /$(PYTHON_DIR-macOS ) /dist/bin:$(PATH ) make all install
302
+ cd $$(PYTHON_DIR-$1 ) && PATH=" $(PROJECT_DIR ) /$(PYTHON_DIR-macOS ) /dist/bin:$(PATH ) " make all install
303
303
304
304
build/$2/$$(pyconfig.h-$1 ) : $$(PYTHON_DIR-$1 ) /dist/include/python$(PYTHON_VER ) m/pyconfig.h
305
305
cp -f $$^ $$@
You can’t perform that action at this time.
0 commit comments