aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2017-07-24 12:08:55 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-07-24 13:18:59 +0200
commitbcc569efba8ac6c8a72ffe78b85bf9e786485afc (patch)
tree2c4847647f6ffa9c8e2b469c8b65437bda0160b6 /compile.sh
parent53d74f9556616661ddae20765a508dec61f785b2 (diff)
Build MSVC Bazel when using compile.sh
RELNOTES: PiperOrigin-RevId: 162914414
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/compile.sh b/compile.sh
index ce59be4a6c..ece8bde8c5 100755
--- a/compile.sh
+++ b/compile.sh
@@ -114,10 +114,6 @@ if [[ $PLATFORM == "darwin" ]] && \
EXTRA_BAZEL_ARGS="${EXTRA_BAZEL_ARGS-} --define IPHONE_SDK=1"
fi
-if [[ $PLATFORM == "windows" ]]; then
- EXTRA_BAZEL_ARGS="${EXTRA_BAZEL_ARGS-} --cpu=x64_windows_msys --host_cpu=x64_windows_msys"
-fi
-
source scripts/bootstrap/bootstrap.sh
if [ $DO_COMPILE ]; then