We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1b6e3db commit59d3451Copy full SHA for 59d3451
Makefile.pre.in
@@ -290,11 +290,11 @@ HOSTRUNNER= @HOSTRUNNER@
290
PYTHON_FOR_REGEN?=@PYTHON_FOR_REGEN@
291
UPDATE_FILE=$(PYTHON_FOR_REGEN) $(srcdir)/Tools/scripts/update_file.py
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.
+#Single-platform builds depend on $(BUILDPYTHON). Cross builds use an
+#external"build Python" and have an empty PYTHON_FOR_BUILD_DEPS.
295
PYTHON_FOR_BUILD_DEPS=@PYTHON_FOR_BUILD_DEPS@
296
297
-#Normal builds use Programs/_freeze_module.c for bootstrapping and
+#Single-platform builds use Programs/_freeze_module.c for bootstrapping and
298
# ./_bootstrap_python Programs/_freeze_module.py for remaining modules
299
# Cross builds use an external "build Python" for all modules.
300
PYTHON_FOR_FREEZE=@PYTHON_FOR_FREEZE@