Revert "port over symlink_file function from Build to Config and create symlink for legacy rustfmt path"
This reverts commit 41c6c5d499.
This commit is contained in:
parent
f715e430aa
commit
a5d27316fe
3 changed files with 12 additions and 20 deletions
|
|
@ -516,7 +516,7 @@ impl Step for Llvm {
|
|||
|
||||
let lib_llvm = out_dir.join("build").join("lib").join(lib_name);
|
||||
if !lib_llvm.exists() {
|
||||
t!(builder.build.config.symlink_file("libLLVM.dylib", &lib_llvm));
|
||||
t!(builder.symlink_file("libLLVM.dylib", &lib_llvm));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue