diff --git a/maadeps-download.py b/maadeps-download.py index 8481f23f3a..3694ebcbda 100644 --- a/maadeps-download.py +++ b/maadeps-download.py @@ -94,9 +94,10 @@ def retry_urlopen(*args, **kwargs): def main(): - target_triplet = detect_host_triplet() if len(sys.argv) == 2: target_triplet = sys.argv[1] + else: + target_triplet = detect_host_triplet() print("about to download prebuilt dependency libraries for", target_triplet) if len(sys.argv) == 1: print(f"to specify another triplet, run `{sys.argv[0]} `")