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 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