Skip to content

Commit 692b822

Browse files
committed
[build] Restore Git Bash paths for Qt notice downloads
1 parent 4717442 commit 692b822

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

third_party/qt/build_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ if [[ ${1:-} == --licenses-only ]]; then
2626
licenses_only=true
2727
shift
2828
: "${1:?--licenses-only requires the installed Qt SDK path}"
29+
# Native curl needs Git Bash path conversion; this subprocess runs no Bazel.
30+
unset MSYS2_ARG_CONV_EXCL MSYS_NO_PATHCONV
2931
fi
3032
prefix=${1:-/opt/envpool-qt6}
3133
work_dir=$(mktemp -d)

0 commit comments

Comments
 (0)