about summary refs log tree commit diff
path: root/src/etc/snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/snapshot.py')
-rw-r--r--src/etc/snapshot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/snapshot.py b/src/etc/snapshot.py
index 1e56c274d80..c75c8ed2952 100644
--- a/src/etc/snapshot.py
+++ b/src/etc/snapshot.py
@@ -22,6 +22,7 @@ download_url_base = "http://dl.rust-lang.org/stage0-snapshots"
 download_dir_base = "dl"
 download_unpack_base = os.path.join(download_dir_base, "unpack")
 
+# FIXME: s/librustsyntax/libsyntax/ once the snapshots exist with it
 snapshot_files = {
     "linux": ["bin/rustc",
               "lib/libcore-*.so",