aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/BUILD')
-rw-r--r--src/main/cpp/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/cpp/BUILD b/src/main/cpp/BUILD
index 64de8eb688..b52b292d05 100644
--- a/src/main/cpp/BUILD
+++ b/src/main/cpp/BUILD
@@ -24,6 +24,9 @@ cc_library(
"//src:windows": [
"blaze_util_mingw.cc",
],
+ "//src:windows_msvc": [
+ "blaze_util_msvc.cc",
+ ],
"//conditions:default": [
"blaze_util_linux.cc",
"blaze_util_posix.cc",