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 b690107 commit 8ccb955Copy full SHA for 8ccb955
py/py.mk
@@ -266,7 +266,7 @@ $(PY_BUILD)/translations-$(TRANSLATION).c $(HEADER_BUILD)/compression.generated.
266
$(STEPECHO) "GEN $@"
267
$(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
268
269
-PY_O += $(PY_BUILD)/translations-$(TRANSLATION).o
+PY_CORE_O += $(PY_BUILD)/translations-$(TRANSLATION).o
270
271
$(PY_BUILD)/qstr.o: $(HEADER_BUILD)/qstrdefs.generated.h
272
0 commit comments