5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
declare_args() {
|
||
|
# Whether to include code that links against libxml2.
|
||
|
llvm_enable_libxml2 = host_os != "win"
|
||
|
}
|