Skip to content

Commit

Permalink
Merge pull request google#277 from drigz/update-gflags
Browse files Browse the repository at this point in the history
Update gflags to latest master
  • Loading branch information
drigz authored Jan 4, 2018
2 parents ce5062c + 35e4ef5 commit 7019c32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
git_repository(
http_archive(
name = "com_github_gflags_gflags",
remote = "https://github.com/gflags/gflags.git",
tag = 'v2.2.1',
sha256 = "6e16c8bc91b1310a44f3965e616383dbda48f83e8c1eaa2370a215057b00cabe",
strip_prefix = "gflags-77592648e3f3be87d6c7123eb81cbad75f9aef5a",
urls = [
"https://mirror.bazel.build/github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a.tar.gz",
"https://github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a.tar.gz",
],
)
2 changes: 1 addition & 1 deletion bazel/glog.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ EOF
'src/config.h.cmake.in',
],
outs = [
'glog_internal/src/config.h',
'glog_internal/config.h',
],
cmd = "awk '{ gsub(/^#cmakedefine/, \"//cmakedefine\"); print; }' $< > $@",
)
Expand Down

0 comments on commit 7019c32

Please sign in to comment.