Skip to content

Commit ab667c0

Browse files
committed
be more precise about the location of the llvm build directory
1 parent 4a9fab7 commit ab667c0

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ impl Step for Enzyme {
981981
.env("LLVM_CONFIG_REAL", &llvm_config)
982982
.define("LLVM_ENABLE_ASSERTIONS", "ON")
983983
.define("ENZYME_EXTERNAL_SHARED_LIB", "ON")
984-
.define("LLVM_DIR", builder.llvm_out(target));
984+
.define("LLVM_DIR", builder.llvm_out(target).join("build"));
985985

986986
cfg.build();
987987

0 commit comments

Comments
 (0)