Skip to content

Commit 3c70aa8

Browse files
committed
Revert "fix paths with ('s or spaces"
This reverts commit f7b3247.
1 parent f7b3247 commit 3c70aa8

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)