bolt/deps/llvm-18.1.8/llvm/utils/gn/build/libs/zlib/enable.gni

12 lines
274 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
declare_args() {
if (host_os == "win") {
# On Windows, path to a directory containing zlib headers and zlib.lib.
zlib_path = ""
}
}
declare_args() {
# Whether to include code that links against zlib.
llvm_enable_zlib = host_os != "win" || zlib_path != ""
}