Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 39f328c

Browse files
committed
Fix typo. Also do not override host_cpu for msvc.
RELNOTES: None. PiperOrigin-RevId: 156107235
1 parent eb565f4 commit 39f328c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ci/windows/compile_windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ if [ -n "${release_label}" ]; then
3838
fi
3939

4040
# On windows-msvc-x86_64, we build a MSVC Bazel
41-
OPTS="--cpu=x64_windown_msys --host_cpu=x64_windows_msys"
41+
OPTS="--cpu=x64_windows_msys --host_cpu=x64_windows_msys"
4242
MSVC_LABEL=""
4343
if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
44-
OPTS="--cpu=x64_windows_msvc --host_cpu=x64_windows_msvc --copt=/w"
44+
OPTS="--cpu=x64_windows_msvc --copt=/w"
4545
MSVC_LABEL="-msvc"
4646
fi
4747

0 commit comments

Comments
 (0)