Skip to content

Commit 95a4fa5

Browse files
committed
The default on macOS is clarified in bootstrap.example.toml
1 parent dfed688 commit 95a4fa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bootstrap.example.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@
322322
# Python interpreter to use for various tasks throughout the build, notably
323323
# rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
324324
#
325-
# Defaults to the Python interpreter used to execute x.py.
325+
# 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.
326328
#build.python = "python"
327329

328330
# The path to (or name of) the resource compiler executable to use on Windows.

0 commit comments

Comments
 (0)