File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ HOSTRUNNER= @HOSTRUNNER@
290290PYTHON_FOR_REGEN?=@PYTHON_FOR_REGEN@
291291UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
292292PYTHON_FOR_BUILD=@PYTHON_FOR_BUILD@
293- # Normal builds depend on $(BUILDPYTHON). Cross builds use an external
294- # "build Python" and have an empty PYTHON_FOR_BUILD_DEPS.
293+ # Single-platform builds depend on $(BUILDPYTHON). Cross builds use an
294+ # external "build Python" and have an empty PYTHON_FOR_BUILD_DEPS.
295295PYTHON_FOR_BUILD_DEPS=@PYTHON_FOR_BUILD_DEPS@
296296
297- # Normal builds use Programs/_freeze_module.c for bootstrapping and
297+ # Single-platform builds use Programs/_freeze_module.c for bootstrapping and
298298# ./_bootstrap_python Programs/_freeze_module.py for remaining modules
299299# Cross builds use an external "build Python" for all modules.
300300PYTHON_FOR_FREEZE=@PYTHON_FOR_FREEZE@
You can’t perform that action at this time.
0 commit comments