Skip to content

Commit

Permalink
bazel: Avoid local_defines attr for Bazel 0.23 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed May 18, 2020
1 parent be449f8 commit 908e98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pull/BUILD.bazel
Expand Up @@ -15,8 +15,8 @@ cc_library(
hdrs = glob(
["include/**/*.h"],
) + [":export_header"],
local_defines = [
"HAVE_ZLIB",
copts = [
"-DHAVE_ZLIB",
],
strip_include_prefix = "include",
visibility = ["//visibility:public"],
Expand Down

0 comments on commit 908e98f

Please sign in to comment.