File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,28 @@ def scrub(b):
27
27
"lib/libcore-*.so" ,
28
28
"lib/libstd-*.so" ,
29
29
"lib/librustc-*.so" ,
30
+ "lib/librustsyntax-*.so" ,
30
31
"lib/librustrt.so" ,
31
32
"lib/librustllvm.so" ],
32
33
"macos" : ["bin/rustc" ,
33
34
"lib/libcore-*.dylib" ,
34
35
"lib/libstd-*.dylib" ,
35
36
"lib/librustc-*.dylib" ,
37
+ "lib/librustsyntax-*.so" ,
36
38
"lib/librustrt.dylib" ,
37
39
"lib/librustllvm.dylib" ],
38
40
"winnt" : ["bin/rustc.exe" ,
39
41
"bin/core-*.dll" ,
40
42
"bin/std-*.dll" ,
41
43
"bin/rustc-*.dll" ,
44
+ "bin/rustsyntax-*.dll" ,
42
45
"bin/rustrt.dll" ,
43
46
"bin/rustllvm.dll" ],
44
47
"freebsd" : ["bin/rustc" ,
45
48
"lib/libcore-*.so" ,
46
49
"lib/libstd-*.so" ,
47
50
"lib/librustc-*.so" ,
51
+ "lib/librustsyntax-*.so" ,
48
52
"lib/librustrt.so" ,
49
53
"lib/librustllvm.so" ]
50
54
}
You can’t perform that action at this time.
0 commit comments