We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6625b commit 7f9e311Copy full SHA for 7f9e311
.github/scripts/Windows/prepare_msys.sh
@@ -45,7 +45,9 @@ PACMAN_INSTALL='pacman -Sy --needed --noconfirm --disable-download-timeout'
45
# Install MSYS2 packages
46
MINGW_PACKAGE_PREFIX=mingw-w64-clang-x86_64
47
m=$MINGW_PACKAGE_PREFIX
48
-$PACMAN_INSTALL automake autoconf git make pkgconf $m-toolchain unzip zip
+$PACMAN_INSTALL automake autoconf git make pkgconf \
49
+ $m-gcc-compat $m-toolchain \
50
+ unzip zip
51
$PACMAN_INSTALL $m-asciidoc \
52
$m-ffmpeg \
53
$m-libnatpmp \
0 commit comments