blob: b5760d04caaa288756fe3de02939e5407024c634 [file] [log] [blame]
Austin Schuh906616c2019-01-21 20:25:11 -08001load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
3http_archive(
4 name = "com_github_gflags_gflags",
5 strip_prefix = "gflags-2.2.2",
6 urls = [
7 "https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
8 "https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
9 ],
10)