aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
diff options
context:
space:
mode:
authorGravatar Dmitry Lomov <dslomov@google.com>2015-12-06 21:53:16 +0000
committerGravatar David Chen <dzc@google.com>2015-12-07 21:16:04 +0000
commit197fd6a39b6d8b60a22d891998b7ed2b080591d5 (patch)
treeabdc9414c1bde4dcef15e773a714e329cfcb7c4d /src/main/cpp
parent03083858837c804f7992e6f5d27f39acdb66d61a (diff)
Upstream some basic changes from dslomov windows branch.
The code changes are mostly due to dslomov, not me, although I refactored the Jvm class a bit based on his changes. I set dslomov as the author. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/688 MOS_MIGRATED_REVID=109536553
Diffstat (limited to 'src/main/cpp')
-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 09bd6a3150..e6b3c74f80 100644
--- a/src/main/cpp/BUILD
+++ b/src/main/cpp/BUILD
@@ -21,6 +21,9 @@ cc_library(
"blaze_util_freebsd.cc",
"blaze_util_posix.cc",
],
+ "//src:windows": [
+ "blaze_util_mingw.cc",
+ ],
"//conditions:default": [
"blaze_util_linux.cc",
"blaze_util_posix.cc",