build: Add librustsyntax to snapshots
This commit is contained in:
parent
0e87039348
commit
14e9f58b50
@ -27,24 +27,28 @@ snapshot_files = {
|
||||
"lib/libcore-*.so",
|
||||
"lib/libstd-*.so",
|
||||
"lib/librustc-*.so",
|
||||
"lib/librustsyntax-*.so",
|
||||
"lib/librustrt.so",
|
||||
"lib/librustllvm.so"],
|
||||
"macos": ["bin/rustc",
|
||||
"lib/libcore-*.dylib",
|
||||
"lib/libstd-*.dylib",
|
||||
"lib/librustc-*.dylib",
|
||||
"lib/librustsyntax-*.so",
|
||||
"lib/librustrt.dylib",
|
||||
"lib/librustllvm.dylib"],
|
||||
"winnt": ["bin/rustc.exe",
|
||||
"bin/core-*.dll",
|
||||
"bin/std-*.dll",
|
||||
"bin/rustc-*.dll",
|
||||
"bin/rustsyntax-*.dll",
|
||||
"bin/rustrt.dll",
|
||||
"bin/rustllvm.dll"],
|
||||
"freebsd": ["bin/rustc",
|
||||
"lib/libcore-*.so",
|
||||
"lib/libstd-*.so",
|
||||
"lib/librustc-*.so",
|
||||
"lib/librustsyntax-*.so",
|
||||
"lib/librustrt.so",
|
||||
"lib/librustllvm.so"]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user