Skip to content

Commit cffc10b

Browse files
committed
Comment round #1
1 parent 1b390f4 commit cffc10b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bootstrap/bootstrap.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ def default_build_triple(verbose):
211211
default_encoding = sys.getdefaultencoding()
212212

213213
if sys.platform == 'darwin':
214-
print("not using rustc detection as it is unreliable on macOS")
215-
print("falling back to auto-detect")
214+
if verbose:
215+
print("not using rustc detection as it is unreliable on macOS")
216+
print("falling back to auto-detect")
216217
else:
217218
try:
218219
version = subprocess.check_output(["rustc", "--version", "--verbose"],

0 commit comments

Comments
 (0)