aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/BUILD
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-28 15:02:13 +0000
committerGravatar Yun Peng <pcloudy@google.com>2016-09-28 16:06:31 +0000
commit8896dad21f6993d4b9fd74d3a332143e75080d06 (patch)
tree04b4f5fddeeaf96feecd04421328f9980437ee81 /src/main/java/com/google/devtools/build/lib/BUILD
parentad1a77e296fe5f05624109f3af04c5bc3257e9b6 (diff)
Windows, native: add windows_msvc config_setting
Update `select` statements in BUILD files with the new config_setting. This is a first step on a long path that leads to us being able to compile bazel on Windows with --cpu=x64_windows_msvc. Needless to say, we're not there yet. Tested: on Linux, Darwin, Windows/MSYS -- MOS_MIGRATED_REVID=134534613
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/BUILD')
-rw-r--r--src/main/java/com/google/devtools/build/lib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/BUILD b/src/main/java/com/google/devtools/build/lib/BUILD
index eb7c8d7828..f9fe01e718 100644
--- a/src/main/java/com/google/devtools/build/lib/BUILD
+++ b/src/main/java/com/google/devtools/build/lib/BUILD
@@ -63,6 +63,7 @@ java_library(
resources = select({
# todo(dslomov): Get rid of this whole library on Windows.
"//src:windows": [],
+ "//src:windows_msvc": [],
"//conditions:default": ["//src/main/native:libunix.so"],
}),
deps = [