Skip to content

Commit 16de2b6

Browse files
committed
fmt
1 parent d9bd7d9 commit 16de2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ pub fn rustc_cargo(
11911191
// functionality from Enzyme core. For that we need to link against Enzyme.
11921192
if builder.config.llvm_enzyme {
11931193
let arch = builder.build.build;
1194-
let enzyme_dir = builder.build.out.join(arch).join("enzyme").join("lib");
1194+
let _enzyme_dir = builder.build.out.join(arch).join("enzyme").join("lib");
11951195
//cargo.rustflag("-L").rustflag(enzyme_dir.to_str().expect("Invalid path"));
11961196

11971197
if let Some(llvm_config) = builder.llvm_config(builder.config.build) {

0 commit comments

Comments
 (0)