Merge commit 'e39eacd2d4
' into sync_cg_clif-2025-01-10
This commit is contained in:
commit
92a664e111
15 changed files with 93 additions and 320 deletions
|
@ -11,7 +11,7 @@ fn main() {
|
|||
sysroot = sysroot.parent().unwrap();
|
||||
}
|
||||
|
||||
let cg_clif_dylib_path = sysroot.join(if cfg!(windows) { "bin" } else { "lib" }).join(
|
||||
let cg_clif_dylib_path = sysroot.join("lib").join(
|
||||
env::consts::DLL_PREFIX.to_string() + "rustc_codegen_cranelift" + env::consts::DLL_SUFFIX,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue