Navigation Menu

Skip to content

Commit

Permalink
Use mingw64 target spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Aug 5, 2014
1 parent bf76e00 commit ad2f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/get-snapshot.py
Expand Up @@ -53,7 +53,7 @@ def unpack_snapshot(triple, dl_path):
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
Expand Down

0 comments on commit ad2f67f

Please sign in to comment.