summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index aa61563..0e7ccdd 100644
--- a/BUILD
+++ b/BUILD
@@ -6,7 +6,13 @@ licenses(["notice"])
exports_files(["src/gflags_completions.sh", "COPYING.txt"])
+config_setting(
+ name = "x64_windows",
+ values = {"cpu": "x64_windows"},
+)
+
load(":bazel/gflags.bzl", "gflags_sources", "gflags_library")
+
(hdrs, srcs) = gflags_sources(namespace=["gflags", "google"])
gflags_library(hdrs=hdrs, srcs=srcs, threads=0)
gflags_library(hdrs=hdrs, srcs=srcs, threads=1)