Skip to content

Commit b690107

Browse files
committed
Fix mpy-cross again
1 parent 0d257fc commit b690107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpy-cross/mpy-cross.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ endif
7878
OBJ = $(PY_CORE_O)
7979
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
8080

81-
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
81+
$(BUILD)/supervisor/shared/translate/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
8282

8383
include $(TOP)/py/mkrules.mk

0 commit comments

Comments
 (0)