aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 25c41a42..58d7a82b 100644
--- a/BUILD
+++ b/BUILD
@@ -52,10 +52,9 @@ COPTS = select({
],
})
-config_setting(
- name = "msvc",
- values = { "compiler": "msvc-cl" },
-)
+load(":compiler_config_setting.bzl", "create_compiler_config_setting")
+
+create_compiler_config_setting(name = "msvc", value = "msvc-cl")
config_setting(
name = "android",