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 0d257fc commit b690107Copy full SHA for b690107
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 $(HEADER_BUILD)/compression.generated.h
+$(BUILD)/supervisor/shared/translate/translate.o: $(HEADER_BUILD)/qstrdefs.generated.h $(HEADER_BUILD)/compression.generated.h
82
83
include $(TOP)/py/mkrules.mk
0 commit comments