Work around LLVM OCAML binding installation failure

This commit is contained in:
roblabla 2018-01-29 11:07:11 +01:00
parent 679f30e1aa
commit c04d86deeb
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ impl Step for Llvm {
.define("WITH_POLLY", "OFF")
.define("LLVM_ENABLE_TERMINFO", "OFF")
.define("LLVM_ENABLE_LIBEDIT", "OFF")
.define("LLVM_OCAML_INSTALL_PATH", "usr/lib/ocaml")
.define("LLVM_PARALLEL_COMPILE_JOBS", build.jobs().to_string())
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);