We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d189e9f commit ae9ca9eCopy full SHA for ae9ca9e
1 file changed
build_system/src/config.rs
@@ -394,8 +394,8 @@ impl ConfigInfo {
394
rustflags.push(format!("-Zcodegen-backend={backend}"));
395
} else {
396
rustflags.extend_from_slice(&[
397
- "--sysroot".to_string(),
398
- self.sysroot_path.clone(),
+ /*"--sysroot".to_string(),
+ self.sysroot_path.clone(),*/
399
format!("-Zcodegen-backend={}", self.cg_backend_path),
400
]);
401
}
0 commit comments