Skip to content

Commit 14e9f58

Browse files
committed
build: Add librustsyntax to snapshots
1 parent 0e87039 commit 14e9f58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/etc/snapshot.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,28 @@ def scrub(b):
2727
"lib/libcore-*.so",
2828
"lib/libstd-*.so",
2929
"lib/librustc-*.so",
30+
"lib/librustsyntax-*.so",
3031
"lib/librustrt.so",
3132
"lib/librustllvm.so"],
3233
"macos": ["bin/rustc",
3334
"lib/libcore-*.dylib",
3435
"lib/libstd-*.dylib",
3536
"lib/librustc-*.dylib",
37+
"lib/librustsyntax-*.so",
3638
"lib/librustrt.dylib",
3739
"lib/librustllvm.dylib"],
3840
"winnt": ["bin/rustc.exe",
3941
"bin/core-*.dll",
4042
"bin/std-*.dll",
4143
"bin/rustc-*.dll",
44+
"bin/rustsyntax-*.dll",
4245
"bin/rustrt.dll",
4346
"bin/rustllvm.dll"],
4447
"freebsd": ["bin/rustc",
4548
"lib/libcore-*.so",
4649
"lib/libstd-*.so",
4750
"lib/librustc-*.so",
51+
"lib/librustsyntax-*.so",
4852
"lib/librustrt.so",
4953
"lib/librustllvm.so"]
5054
}

0 commit comments

Comments
 (0)