Disable auto-detection of libxml2 when compiling llvm.
This commit is contained in:
parent
257d43d0d5
commit
b92e6c3de0
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ impl Step for Llvm {
|
|||
.define("WITH_POLLY", "OFF")
|
||||
.define("LLVM_ENABLE_TERMINFO", "OFF")
|
||||
.define("LLVM_ENABLE_LIBEDIT", "OFF")
|
||||
.define("LLVM_ENABLE_LIBXML2", "OFF")
|
||||
.define("LLVM_PARALLEL_COMPILE_JOBS", builder.jobs().to_string())
|
||||
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
|
||||
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue