all repos — mgba @ 12fcc417d6e171ef9cfabbfb67c8fbcd3db24235

mGBA Game Boy Advance Emulator

AppVeyor: vcpkg is bad
Vicki Pfau vi@endrift.com
Fri, 14 Aug 2020 18:38:04 -0700
commit

12fcc417d6e171ef9cfabbfb67c8fbcd3db24235

parent

a46901b90980c82d4ccc63c8daf2746ec64dd670

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .appveyor.yml.appveyor.yml

@@ -9,7 +9,7 @@ - C:\Tools\vcpkg

install: - git -C C:\Tools\vcpkg pull --quiet - C:\Tools\vcpkg\bootstrap-vcpkg -- vcpkg --triplet x64-windows install ffmpeg libepoxy libpng libzip sdl2 sqlite3 +- vcpkg --triplet x64-windows --recurse install ffmpeg libepoxy libpng libzip sdl2 sqlite3 - vcpkg --no-dry-run upgrade - rd /Q /S C:\Tools\vcpkg\buildtrees before_build: