Unverified Commit bffb4a6e authored by Rodrigo Queiro's avatar Rodrigo Queiro Committed by GitHub

Merge pull request #277 from drigz/update-gflags

Update gflags to latest master
parents a92e1d95 2a593235
git_repository( http_archive(
name = "com_github_gflags_gflags", name = "com_github_gflags_gflags",
remote = "https://github.com/gflags/gflags.git", sha256 = "6e16c8bc91b1310a44f3965e616383dbda48f83e8c1eaa2370a215057b00cabe",
tag = 'v2.2.1', 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",
],
) )
...@@ -113,7 +113,7 @@ EOF ...@@ -113,7 +113,7 @@ EOF
'src/config.h.cmake.in', 'src/config.h.cmake.in',
], ],
outs = [ outs = [
'glog_internal/src/config.h', 'glog_internal/config.h',
], ],
cmd = "awk '{ gsub(/^#cmakedefine/, \"//cmakedefine\"); print; }' $< > $@", cmd = "awk '{ gsub(/^#cmakedefine/, \"//cmakedefine\"); print; }' $< > $@",
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment