Skip to content

Commit f7b3247

Browse files
committed
fix paths with ('s or spaces
1 parent d3a989f commit f7b3247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ $(BUILD)/lib/protomatter/src/core.o: CFLAGS += -DESP32
310310
SRC_QSTR += $(SRC_C) $(SRC_SUPERVISOR) $(SRC_MOD) $(SRC_COMMON_HAL_EXPANDED) $(SRC_SHARED_MODULE_EXPANDED)
311311

312312
# IDF build commands
313-
IDF_PATH = $(realpath ./esp-idf)
313+
IDF_PATH = "$(realpath ./esp-idf)"
314314
# create the directory
315315
$(BUILD)/esp-idf:
316316
$(Q)$(MKDIR) -p $@

0 commit comments

Comments
 (0)