srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
a3afa784
f9a34ca3
deps/zlib: Expose zconf.h
This has type-definitions used in //archive.
inline
split
third_party/zlib.BUILD
added: 5, removed: 2, total 3
@@ -6,7 +6,10 @@ cc_library(
"*.c",
"*.h",
]),
hdrs = ["zlib.h"],
hdrs = [
"zconf.h",
"zlib.h",
],
defines = ["ZLIB_CONST"],
includes = ["."],
local_defines = select({