Unverified Commit b30ddee2 authored by scentini's avatar scentini Committed by GitHub

use flag_values = {"@bazel_tools//tools/cpp:compiler": "x"} for compiler config_settings

parent 45d03a97
...@@ -52,10 +52,9 @@ COPTS = select({ ...@@ -52,10 +52,9 @@ COPTS = select({
], ],
}) })
config_setting( load(":compiler_config_setting.bzl", "create_compiler_config_setting")
name = "msvc",
values = { "compiler": "msvc-cl" }, create_compiler_config_setting(name = "msvc", value = "msvc-cl")
)
config_setting( config_setting(
name = "android", name = "android",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment