Skip to content

Commit 704ca04

Browse files
committed
update make glob from .so to .dylib
1 parent f65e26e commit 704ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def scrub(b):
3434
"lib/libcore-*.dylib",
3535
"lib/libstd-*.dylib",
3636
"lib/librustc-*.dylib",
37-
"lib/librustsyntax-*.so",
37+
"lib/librustsyntax-*.dylib",
3838
"lib/librustrt.dylib",
3939
"lib/librustllvm.dylib"],
4040
"winnt": ["bin/rustc.exe",

0 commit comments

Comments
 (0)