Skip to content

Commit c04d86d

Browse files
committed
Work around LLVM OCAML binding installation failure
1 parent 679f30e commit c04d86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ impl Step for Llvm {
155155
.define("WITH_POLLY", "OFF")
156156
.define("LLVM_ENABLE_TERMINFO", "OFF")
157157
.define("LLVM_ENABLE_LIBEDIT", "OFF")
158+
.define("LLVM_OCAML_INSTALL_PATH", "usr/lib/ocaml")
158159
.define("LLVM_PARALLEL_COMPILE_JOBS", build.jobs().to_string())
159160
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
160161
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);

0 commit comments

Comments
 (0)