We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49c6b8 commit dfbc7ebCopy full SHA for dfbc7eb
build_system/build_sysroot.rs
@@ -193,6 +193,7 @@ fn build_clif_sysroot_for_triple(
193
"RUSTC",
194
env::current_dir().unwrap().join(target_dir).join("bin").join("cg_clif_build_sysroot"),
195
);
196
+ build_cmd.env("__CARGO_DEFAULT_LIB_METADATA", "cg_clif");
197
spawn_and_wait(build_cmd);
198
199
// Copy all relevant files to the sysroot
0 commit comments