We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4d49 commit 0d257fcCopy full SHA for 0d257fc
mpy-cross/mpy-cross.mk
@@ -78,6 +78,6 @@ endif
78
OBJ = $(PY_CORE_O)
79
OBJ += $(addprefix $(BUILD)/, $(SRC_C:.c=.o))
80
81
-$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h
+$(BUILD)/supervisor/shared/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
82
83
include $(TOP)/py/mkrules.mk
ports/unix/Makefile
@@ -363,4 +363,4 @@ install: $(PROG)
363
uninstall:
364
-rm $(BINDIR)/$(PROG)
365
366
0 commit comments