]> jfr.im git - solanum.git/commitdiff
appveyor: don't install pkgconf, they have pkg-config instead
authorWilliam Pitcock <redacted>
Mon, 21 Mar 2016 00:56:32 +0000 (19:56 -0500)
committerWilliam Pitcock <redacted>
Mon, 21 Mar 2016 00:56:32 +0000 (19:56 -0500)
.appveyor.yml

index 84d6b04454787606684b304427f8b0dd8a7e4ba8..e9ca46121e0a9f3e3227c7b08fa3421037c7761f 100644 (file)
@@ -1,7 +1,7 @@
 version: 3.6-dev_{build}
 clone_depth: 10
 install:
-  - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy mingw-w64-x86_64-gcc autoconf automake libtool pkgconf bison flex make mingw-w64-x86_64-openssl"
+  - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy mingw-w64-x86_64-gcc autoconf automake libtool bison flex make mingw-w64-x86_64-openssl"
   - c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
   - c:\msys64\usr\bin\sh.exe -lc "uname -a"
   - c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"