Comment round #1

This commit is contained in:
John Kelly 2023-04-27 20:55:36 +01:00
parent 1b390f44cf
commit cffc10b2c8

View File

@ -211,6 +211,7 @@ def default_build_triple(verbose):
default_encoding = sys.getdefaultencoding()
if sys.platform == 'darwin':
if verbose:
print("not using rustc detection as it is unreliable on macOS")
print("falling back to auto-detect")
else: