Skip to content

Commit

Permalink
Comment round #1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-h-k committed Apr 27, 2023
1 parent 1b390f4 commit cffc10b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ def default_build_triple(verbose):
default_encoding = sys.getdefaultencoding()

if sys.platform == 'darwin':
print("not using rustc detection as it is unreliable on macOS")
print("falling back to auto-detect")
if verbose:
print("not using rustc detection as it is unreliable on macOS")
print("falling back to auto-detect")
else:
try:
version = subprocess.check_output(["rustc", "--version", "--verbose"],
Expand Down

0 comments on commit cffc10b

Please sign in to comment.