Commit fd3ac742 by Fahrzin Hemmati Committed by GitHub

Add mingw as a config_setting

parent a69b0ae5
...@@ -36,6 +36,14 @@ config_setting( ...@@ -36,6 +36,14 @@ config_setting(
) )
config_setting( config_setting(
name = "mingw_compiler",
flag_values = {
"@bazel_tools//tools/cpp:compiler": "mingw",
},
visibility = [":__subpackages__"],
)
config_setting(
name = "msvc_compiler", name = "msvc_compiler",
flag_values = { flag_values = {
"@bazel_tools//tools/cpp:compiler": "msvc-cl", "@bazel_tools//tools/cpp:compiler": "msvc-cl",
......
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