Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use flag_values = {"@bazel_tools//tools/cpp:compiler": "x"} for compi…
…ler config_settings
  • Loading branch information
scentini committed Aug 28, 2018
1 parent 45d03a9 commit b30ddee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions BUILD
Expand Up @@ -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",
Expand Down

0 comments on commit b30ddee

Please sign in to comment.