Skip to content

Commit ae9ca9e

Browse files
committed
WIP: Add flag to use the LLVM sysroot
1 parent d189e9f commit ae9ca9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_system/src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ impl ConfigInfo {
394394
rustflags.push(format!("-Zcodegen-backend={backend}"));
395395
} else {
396396
rustflags.extend_from_slice(&[
397-
"--sysroot".to_string(),
398-
self.sysroot_path.clone(),
397+
/*"--sysroot".to_string(),
398+
self.sysroot_path.clone(),*/
399399
format!("-Zcodegen-backend={}", self.cg_backend_path),
400400
]);
401401
}

0 commit comments

Comments
 (0)