fix making mpy-cross automatically

This commit is contained in:
Jeff Epler 2023-10-02 07:08:44 -05:00
parent 2fc5a934a1
commit 6d59e55599
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -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),)