fix making mpy-cross automatically
This commit is contained in:
parent
2fc5a934a1
commit
6d59e55599
|
@ -166,7 +166,7 @@ $(HEADER_BUILD):
|
||||||
ifneq ($(MICROPY_MPYCROSS_DEPENDENCY),)
|
ifneq ($(MICROPY_MPYCROSS_DEPENDENCY),)
|
||||||
# to automatically build mpy-cross, if needed
|
# to automatically build mpy-cross, if needed
|
||||||
$(MICROPY_MPYCROSS_DEPENDENCY):
|
$(MICROPY_MPYCROSS_DEPENDENCY):
|
||||||
$(MAKE) -C $(dir $@)
|
$(MAKE) -C $(TOP)/mpy-cross
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(FROZEN_DIR),)
|
ifneq ($(FROZEN_DIR),)
|
||||||
|
|
Loading…
Reference in New Issue