Comment round #1
This commit is contained in:
parent
1b390f44cf
commit
cffc10b2c8
1 changed files with 3 additions and 2 deletions
|
@ -211,8 +211,9 @@ def default_build_triple(verbose):
|
||||||
default_encoding = sys.getdefaultencoding()
|
default_encoding = sys.getdefaultencoding()
|
||||||
|
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
print("not using rustc detection as it is unreliable on macOS")
|
if verbose:
|
||||||
print("falling back to auto-detect")
|
print("not using rustc detection as it is unreliable on macOS")
|
||||||
|
print("falling back to auto-detect")
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
version = subprocess.check_output(["rustc", "--version", "--verbose"],
|
version = subprocess.check_output(["rustc", "--version", "--verbose"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue