File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ HOSTRUNNER= @HOSTRUNNER@
290
290
PYTHON_FOR_REGEN?=@PYTHON_FOR_REGEN@
291
291
UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
292
292
PYTHON_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.
295
295
PYTHON_FOR_BUILD_DEPS=@PYTHON_FOR_BUILD_DEPS@
296
296
297
- # Normal builds use Programs/_freeze_module.c for bootstrapping and
297
+ # Single-platform builds use Programs/_freeze_module.c for bootstrapping and
298
298
# ./_bootstrap_python Programs/_freeze_module.py for remaining modules
299
299
# Cross builds use an external "build Python" for all modules.
300
300
PYTHON_FOR_FREEZE=@PYTHON_FOR_FREEZE@
You can’t perform that action at this time.
0 commit comments