We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa451 commit beec653Copy full SHA for beec653
src/ci/scripts/install-mingw.sh
@@ -39,10 +39,7 @@ if isWindows; then
39
esac
40
41
if [[ "${CUSTOM_MINGW:-0}" == 0 ]]; then
42
- pacman -S --noconfirm --needed mingw-w64-$arch-toolchain mingw-w64-$arch-cmake \
43
- mingw-w64-$arch-gcc \
44
- mingw-w64-$arch-python # the python package is actually for python3
45
- ciCommandAddPath "$(ciCheckoutPath)/msys2/mingw${bits}/bin"
+ pacman -S --noconfirm --needed mingw-w64-$arch-toolchain
46
else
47
mingw_dir="mingw${bits}"
48
0 commit comments