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 @@ -55,7 +55,7 @@ before_install:
5555 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
5656 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
5757 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then echo 'all' | pacman -S --needed --noconfirm autoconf autogen automake1.16 libtool pkg-config gnutls libgcrypt libgnutls libgnutls-devel; fi
58- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PKG_CONFIG_PATH="/usr/lib/pkgconfig/: /usr: /usr/lib"; fi
58+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PKG_CONFIG_PATH="/usr/lib/pkgconfig/; /usr; /usr/lib"; fi
5959 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export LDFLAGS="$LDFLAGS -L/usr/lib"; fi
6060 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CFLAGS="$CFLAGS -I/usr/include"; fi
6161 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then export CXXFLAGS="$CXXFLAGS -I/usr/include"; fi
You can’t perform that action at this time.
0 commit comments