aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/BUILD
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/tools/BUILD
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/tools/BUILD')
-rw-r--r--src/main/tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/tools/BUILD b/src/main/tools/BUILD
index f24ef99482..fdcfbdb914 100644
--- a/src/main/tools/BUILD
+++ b/src/main/tools/BUILD
@@ -34,6 +34,7 @@ cc_binary(
"//src:darwin": ["namespace-sandbox-dummy.c"],
"//src:darwin_x86_64": ["namespace-sandbox-dummy.c"],
"//src:freebsd": ["namespace-sandbox-dummy.c"],
+ "//src:windows": ["namespace-sandbox-dummy.c"],
"//conditions:default": ["namespace-sandbox.c"],
}),
copts = ["-std=c99"],