Move translation .o to PY_CORE_O

This commit is contained in:
Scott Shawcroft 2022-06-03 15:06:58 -07:00
parent b690107850
commit 8ccb955475
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ $(PY_BUILD)/translations-$(TRANSLATION).c $(HEADER_BUILD)/compression.generated.
$(STEPECHO) "GEN $@"
$(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
PY_O += $(PY_BUILD)/translations-$(TRANSLATION).o
PY_CORE_O += $(PY_BUILD)/translations-$(TRANSLATION).o
$(PY_BUILD)/qstr.o: $(HEADER_BUILD)/qstrdefs.generated.h