From bcc569efba8ac6c8a72ffe78b85bf9e786485afc Mon Sep 17 00:00:00 2001 From: pcloudy Date: Mon, 24 Jul 2017 12:08:55 +0200 Subject: Build MSVC Bazel when using compile.sh RELNOTES: PiperOrigin-RevId: 162914414 --- compile.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compile.sh') 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 -- cgit v1.2.3