11 lines
211 B
Python
11 lines
211 B
Python
git_repository(
|
|
name = "com_github_gflags_gflags",
|
|
remote = "https://github.com/gflags/gflags.git",
|
|
tag = 'v2.2.1',
|
|
)
|
|
|
|
bind(
|
|
name = "gflags",
|
|
actual = "@com_github_gflags_gflags//:gflags",
|
|
)
|