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

Commit

Permalink
Disable msys path conversion on Windows.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 156068741
  • Loading branch information
dslomov committed May 15, 2017
1 parent c4f271d commit 866ecc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/windows/compile_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
MSVC_LABEL="-msvc"
fi

export MSYS_NO_PATHCONV=1
export MSYS2_ARG_CONV_EXCL="*"
${BOOTSTRAP_BAZEL} --bazelrc=${BAZELRC:-/dev/null} --nomaster_bazelrc build \
--embed_label=${release_label} --stamp \
${MSVC_OPTS} \
Expand Down

0 comments on commit 866ecc8

Please sign in to comment.