aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD.tools
blob: 721c043363945bee81c095592b00434dd256b813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# config_setting alias left here because bazel-only third_party code is pointing to it
alias(
    name = "windows",
    actual = "//src/conditions:windows",
    visibility = ["//visibility:public"],
)

# config_setting alias left here because bazel-only third_party code is pointing to it
alias(
    name = "windows_msvc",
    actual = "//src/conditions:windows_msvc",
    visibility = ["//visibility:public"],
)