We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679f30e commit c04d86dCopy full SHA for c04d86d
src/bootstrap/native.rs
@@ -155,6 +155,7 @@ impl Step for Llvm {
155
.define("WITH_POLLY", "OFF")
156
.define("LLVM_ENABLE_TERMINFO", "OFF")
157
.define("LLVM_ENABLE_LIBEDIT", "OFF")
158
+ .define("LLVM_OCAML_INSTALL_PATH", "usr/lib/ocaml")
159
.define("LLVM_PARALLEL_COMPILE_JOBS", build.jobs().to_string())
160
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
161
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);
0 commit comments