Skip to content

Commit bd0261d

Browse files
committed
Disable auto-detection of libxml2 when compiling llvm.
1 parent cab46c4 commit bd0261d

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
@@ -153,6 +153,7 @@ impl Step for Llvm {
153153
.define("WITH_POLLY", "OFF")
154154
.define("LLVM_ENABLE_TERMINFO", "OFF")
155155
.define("LLVM_ENABLE_LIBEDIT", "OFF")
156+
.define("LLVM_ENABLE_LIBXML2", "OFF")
156157
.define("LLVM_PARALLEL_COMPILE_JOBS", build.jobs().to_string())
157158
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
158159
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);

0 commit comments

Comments
 (0)