From 8896dad21f6993d4b9fd74d3a332143e75080d06 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Wed, 28 Sep 2016 15:02:13 +0000 Subject: 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 --- third_party/ijar/BUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/ijar/BUILD') diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD index 9abfd4d46c..63d1182e63 100644 --- a/third_party/ijar/BUILD +++ b/third_party/ijar/BUILD @@ -15,6 +15,9 @@ cc_library( "//src:windows": [ "mapped_file_windows.cc", ], + "//src:windows_msvc": [ + "mapped_file_windows.cc", + ], "//conditions:default": [ "mapped_file_unix.cc", ], -- cgit v1.2.3