Skip to content

Commit 6ef7464

Browse files
authored
Merge pull request #148 from ambv/spaces-in-path
Support PATH variables with spaces
2 parents 8f7ed64 + caae988 commit 6ef7464

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
@@ -718,7 +718,7 @@ $$(LIBFFI_DIR-$(os))/darwin_common/include/ffi.h: downloads/libffi-$(LIBFFI_VERS
718718
cd $$(LIBFFI_DIR-$(os)) && patch -p1 < $(PROJECT_DIR)/patch/libffi.patch
719719
# Configure the build
720720
cd $$(LIBFFI_DIR-$(os)) && \
721-
PATH=$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/_install/bin:$(PATH) \
721+
PATH="$(PROJECT_DIR)/$(PYTHON_DIR-macOS)/_install/bin:$(PATH)" \
722722
python$(PYTHON_VER) generate-darwin-source-and-headers.py --only-$(shell echo $(os) | tr '[:upper:]' '[:lower:]') \
723723
2>&1 | tee -a ../libffi-$(os).config.log
724724

0 commit comments

Comments
 (0)