File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,7 @@ include ../py/mkenv.mk
6
6
7
7
# define main target
8
8
9
- ifeq ($(OS ) ,Windows_NT)
10
- # Detect a MINGW32 build, and change the name of the final executable.
11
9
PROG ?= mpy-cross
12
- else
13
- PROG ?= mpy-cross
14
- endif
15
10
16
11
# qstr definitions (must come before including py.mk)
17
12
QSTR_DEFS = qstrdefsport.h
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ $(BUILD)/lib/protomatter/src/core.o: CFLAGS += -DESP32
310
310
SRC_QSTR += $(SRC_C ) $(SRC_SUPERVISOR ) $(SRC_MOD ) $(SRC_COMMON_HAL_EXPANDED ) $(SRC_SHARED_MODULE_EXPANDED )
311
311
312
312
# IDF build commands
313
- IDF_PATH = " $(realpath ./esp-idf) "
313
+ IDF_PATH = $(realpath ./esp-idf)
314
314
# create the directory
315
315
$(BUILD ) /esp-idf :
316
316
$(Q )$(MKDIR ) -p $@
You can’t perform that action at this time.
0 commit comments