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 dfed688 commit 95a4fa5Copy full SHA for 95a4fa5
bootstrap.example.toml
@@ -322,7 +322,9 @@
322
# Python interpreter to use for various tasks throughout the build, notably
323
# rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
324
#
325
-# Defaults to the Python interpreter used to execute x.py.
+# Defaults to the Python interpreter used to execute x.py, or /usr/bin/python3
326
+# on macOS. Note that LLDB tests require a Python version compatible with the
327
+# LLDB plugin to be loaded.
328
#build.python = "python"
329
330
# The path to (or name of) the resource compiler executable to use on Windows.
0 commit comments