mirror of https://github.com/mpv-player/mpv
ci/appveyor: fix package install line
It appears MinGW switched their pkg config implementation from pkg-config to pkgconf, causing all builds to fail because we requested the former.
This commit is contained in:
parent
0197729949
commit
83f1c87676
|
@ -26,7 +26,7 @@ install:
|
|||
# Update non-core packages
|
||||
- C:\msys64\usr\bin\pacman -Suu --noconfirm --noprogressbar --ask=20
|
||||
# Install required MSYS2 packages
|
||||
- C:\msys64\usr\bin\pacman -S --noconfirm --noprogressbar --needed base-devel perl python pkg-config
|
||||
- C:\msys64\usr\bin\pacman -S --noconfirm --noprogressbar --needed base-devel perl python pkgconf
|
||||
# Now MSYS2 is up to date, do the rest of the install from a bash script
|
||||
- C:\msys64\usr\bin\bash -lc "cd && exec \"$APPVEYOR_BUILD_FOLDER\"/TOOLS/appveyor-install.sh"
|
||||
build_script:
|
||||
|
|
Loading…
Reference in New Issue