aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
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