Format and skip formatting for pin
This commit is contained in:
parent
ce6e29679c
commit
8ce7783c7c
2 changed files with 3 additions and 2 deletions
|
|
@ -1230,8 +1230,7 @@ fn supported_sanitizers(
|
|||
.iter()
|
||||
.map(move |c| SanitizerRuntime {
|
||||
cmake_target: format!("clang_rt.{c}_{os}_dynamic"),
|
||||
path: out_dir
|
||||
.join(format!("build/lib/darwin/libclang_rt.{c}_{os}_dynamic.dylib")),
|
||||
path: out_dir.join(format!("build/lib/darwin/libclang_rt.{c}_{os}_dynamic.dylib")),
|
||||
name: format!("librustc-{channel}_rt.{c}.dylib"),
|
||||
})
|
||||
.collect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue