summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-03-27 12:13:59 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2019-03-27 12:13:59 -0700
commit00f96cb9475228ecacd9be1660f4f8d9d7b24038 (patch)
tree1a0b2ff7d71ee8bbabc4446297c582babe3b3d12 /BUILD
parente999afb61255179d563375e2748a02c036e927e3 (diff)
Fixed macOS Kokoro build for new Bazel. (#159)
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index ab3b65d..0e4d7ed 100644
--- a/BUILD
+++ b/BUILD
@@ -28,6 +28,12 @@ COPTS = [
# copybara:strip_end
]
+config_setting(
+ name = "darwin",
+ values = {"cpu": "darwin"},
+ visibility = ["//visibility:public"],
+)
+
# C/C++ rules ##################################################################
cc_library(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback