Skip to content

Commit

Permalink
bazel: add GLOG_CUSTOM_PREFIX_SUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
luliyucoordinate authored and drigz committed Jul 1, 2021
1 parent a415556 commit 6e46c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/glog.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
"-DHAVE_STDINT_H",
"-DHAVE_STRING_H",
"-DHAVE_UNWIND_H",
"-DGLOG_CUSTOM_PREFIX_SUPPORT",
"-I%s/glog_internal" % gendir,
] + (["-DHAVE_LIB_GFLAGS"] if with_gflags else [])

Expand Down

0 comments on commit 6e46c12

Please sign in to comment.