update make glob from .so to .dylib
This commit is contained in:
parent
f65e26eeee
commit
704ca046a1
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ snapshot_files = {
|
|||
"lib/libcore-*.dylib",
|
||||
"lib/libstd-*.dylib",
|
||||
"lib/librustc-*.dylib",
|
||||
"lib/librustsyntax-*.so",
|
||||
"lib/librustsyntax-*.dylib",
|
||||
"lib/librustrt.dylib",
|
||||
"lib/librustllvm.dylib"],
|
||||
"winnt": ["bin/rustc.exe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue