File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ before_install:
5757 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
5858 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
5959 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
60- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel mingw-w64-x86_64-pkg-config; fi
60+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel mingw-w64-x86_64-pkg-config; fi
6161 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PKG_CONFIG_PATH="/usr/lib/pkgconfig/;/usr;/usr/lib"; fi
6262 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/lib"; fi
6363 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CFLAGS="$CFLAGS -I/usr/include"; fi
You can’t perform that action at this time.
0 commit comments