aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/windows/compile_windows.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/windows/compile_windows.sh')
-rwxr-xr-xscripts/ci/windows/compile_windows.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/windows/compile_windows.sh b/scripts/ci/windows/compile_windows.sh
index 4168f551b5..fe2d3392fc 100755
--- a/scripts/ci/windows/compile_windows.sh
+++ b/scripts/ci/windows/compile_windows.sh
@@ -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} \