Skip to content

Commit 404977c

Browse files
authored
Merge pull request #37 from pedrokiefer/patch-1
zlib must use -isystem
2 parents 345d5be + 1a559c0 commit 404977c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobuf/build_file/com_github_madler_zlib.BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ cc_library(
3838
"zlib.h",
3939
"zutil.h",
4040
],
41+
includes = [
42+
".",
43+
],
4144
copts = [
4245
"-Wno-unused-variable",
4346
"-Wno-implicit-function-declaration",

0 commit comments

Comments
 (0)