Skip to content

Commit 0d257fc

Browse files
committed
Fix mpy-cross and unix builds
1 parent 36b4d49 commit 0d257fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
81+
$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
8282

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

ports/unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ install: $(PROG)
363363
uninstall:
364364
-rm $(BINDIR)/$(PROG)
365365

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

0 commit comments

Comments
 (0)