We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6652989 commit 302bc85Copy full SHA for 302bc85
WORKSPACE
@@ -6,6 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6
http_archive(
7
name = "zlib",
8
build_file = "//third_party:zlib.BUILD",
9
+ patch_cmds = ["""sed -i.bak '29i\\'$'\\n#include<zconf.h>\\n' contrib/minizip/crypt.h"""],
10
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
11
strip_prefix = "zlib-1.2.12",
12
urls = [
0 commit comments