Build MSVC Bazel when using compile.sh

RELNOTES:
PiperOrigin-RevId: 162914414
diff --git a/compile.sh b/compile.sh
index ce59be4..ece8bde 100755
--- a/compile.sh
+++ b/compile.sh
@@ -114,10 +114,6 @@
   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