]> git.lizzy.rs Git - rust.git/commitdiff
Use mingw64 target spelling.
authorVadim Chugunov <vadimcn@gmail.com>
Sat, 5 Jul 2014 07:52:32 +0000 (00:52 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Tue, 5 Aug 2014 00:43:48 +0000 (17:43 -0700)
src/etc/get-snapshot.py

index ec87c321f56f93a5a9b0957a28f4c9a269508113..c5acb69df8d732653d4aadd505bb50cc2f6d7f7a 100755 (executable)
@@ -53,7 +53,7 @@ if len(sys.argv) == 3:
   dl_path = sys.argv[2]
 else:
   # There are no 64-bit Windows snapshots yet, so we'll use 32-bit ones instead, for now
-  snap_triple = triple if triple != "x86_64-w64-mingw32" else "i686-pc-mingw32"
+  snap_triple = triple if triple != "x86_64-w64-mingw32" else "i686-w64-mingw32"
   snap = determine_curr_snapshot(snap_triple)
   dl = os.path.join(download_dir_base, snap)
   url = download_url_base + "/" + snap