8000
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 8cf03d2 commit f6d1b63Copy full SHA for f6d1b63
py/py.mk
@@ -278,9 +278,10 @@ endif
278
279
# Sources that may contain qstrings
280
SRC_QSTR_IGNORE = py/nlr%
281
+SRC_QSTR_EMITNATIVE = py/emitn%
282
SRC_QSTR = $(SRC_MOD) $(filter-out $(SRC_QSTR_IGNORE),$(PY_CORE_O_BASENAME:.o=.c)) $(PY_EXTMOD_O_BASENAME:.o=.c)
283
# Sources that only hold QSTRs after pre-processing.
-SRC_QSTR_PP =
284
+SRC_QSTR_PP = $(addprefix $(TOP)/, $(filter $(SRC_QSTR_EMITNATIVE),$(PY_CORE_O_BASENAME:.o=.c)))
285
286
# Anything that depends on FORCE will be considered out-of-date
287
FORCE:
0 commit comments