Skip to content

Commit 8ccb955

Browse files
committed
Move translation .o to PY_CORE_O
1 parent b690107 commit 8ccb955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/py.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ $(PY_BUILD)/translations-$(TRANSLATION).c $(HEADER_BUILD)/compression.generated.
266266
$(STEPECHO) "GEN $@"
267267
$(Q)$(PYTHON) $(PY_SRC)/maketranslationdata.py --compression_filename $(HEADER_BUILD)/compression.generated.h --translation $(HEADER_BUILD)/$(TRANSLATION).mo --translation_filename $(PY_BUILD)/translations-$(TRANSLATION).c $(HEADER_BUILD)/qstrdefs.preprocessed.h
268268

269-
PY_O += $(PY_BUILD)/translations-$(TRANSLATION).o
269+
PY_CORE_O += $(PY_BUILD)/translations-$(TRANSLATION).o
270270

271271
$(PY_BUILD)/qstr.o: $(HEADER_BUILD)/qstrdefs.generated.h
272272

0 commit comments

Comments
 (0)