From 39f328cf392056618d1a3ead4835a138b189a06d Mon Sep 17 00:00:00 2001 From: dslomov Date: Mon, 15 May 2017 23:48:26 +0200 Subject: Fix typo. Also do not override host_cpu for msvc. RELNOTES: None. PiperOrigin-RevId: 156107235 --- scripts/ci/windows/compile_windows.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh index 4cafcb7545..8eba3b81fa 100755 --- a/scripts/ci/windows/compile_windows.sh +++ b/scripts/ci/windows/compile_windows.sh @@ -38,10 +38,10 @@ if [ -n "${release_label}" ]; then fi # On windows-msvc-x86_64, we build a MSVC Bazel -OPTS="--cpu=x64_windown_msys --host_cpu=x64_windows_msys" +OPTS="--cpu=x64_windows_msys --host_cpu=x64_windows_msys" MSVC_LABEL="" if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then - OPTS="--cpu=x64_windows_msvc --host_cpu=x64_windows_msvc --copt=/w" + OPTS="--cpu=x64_windows_msvc --copt=/w" MSVC_LABEL="-msvc" fi -- cgit v1.2.3