mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Fix typo in BUILD
This commit is contained in:
parent
aa2d0f7b4e
commit
7d36353579
1 changed files with 1 additions and 1 deletions
2
BUILD
2
BUILD
|
@ -4,7 +4,7 @@
|
|||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["src/gflags_complections.sh", "COPYING.txt"])
|
||||
exports_files(["src/gflags_completions.sh", "COPYING.txt"])
|
||||
|
||||
load(":bazel/gflags.bzl", "gflags_sources", "gflags_library")
|
||||
(hdrs, srcs) = gflags_sources(namespace=["gflags", "google"])
|
||||
|
|
Loading…
Add table
Reference in a new issue