aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
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 /scripts
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 'scripts')
-rw-r--r--scripts/packages/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/packages/BUILD b/scripts/packages/BUILD
index fc70dd49ca..44dc15a9fe 100644
--- a/scripts/packages/BUILD
+++ b/scripts/packages/BUILD
@@ -8,6 +8,7 @@ filegroup(
name = "packages",
srcs = select({
"//src:windows": [],
+ "//src:windows_msvc": [],
"//src:darwin": [
":install.sh",
":generate-package-info",