Skip to content

Commit 59d3451

Browse files
committed
normal -> single-platform
1 parent 1b6e3db commit 59d3451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.pre.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ HOSTRUNNER= @HOSTRUNNER@
290290
PYTHON_FOR_REGEN?=@PYTHON_FOR_REGEN@
291291
UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
292292
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.
295295
PYTHON_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.
300300
PYTHON_FOR_FREEZE=@PYTHON_FOR_FREEZE@

0 commit comments

Comments
 (0)