You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
minimal/Makefile: Remove unnecessary -I of py/ dir.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ endif
|
||||
INC = -I.
|
||||
INC += -I..
|
||||
INC += -I../lib/mp-readline
|
||||
INC += -I$(PY_SRC) -I../stmhal
|
||||
INC += -I../stmhal
|
||||
INC += -I$(BUILD)
|
||||
|
||||
ifeq ($(CROSS), 1)
|
||||
|
||||
Reference in New Issue
Block a user