Fix typo in BUILD

This commit is contained in:
Siddhartha Bagaria 2017-08-27 00:36:57 -07:00 committed by Andreas Schuh
parent aa2d0f7b4e
commit 7d36353579

2
BUILD
View file

@ -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"])