Fix AppVeyor CI failure due to Vcpkg

Adds --recurse option to allow rebuilding dependencies
This commit is contained in:
Hyunjin Song
2018-09-01 14:04:48 +09:00
parent 763c08b8b6
commit a1415a374b

View File

@@ -8,7 +8,7 @@ environment:
matrix:
- compiler: msvc
install:
- vcpkg install --triplet %PLATFORM%-windows fftw3 libsamplerate libsndfile sdl2
- vcpkg install --triplet %PLATFORM%-windows --recurse fftw3 libsamplerate libsndfile sdl2
- nuget install clcache -Version 4.1.0
build_script:
- cd %APPVEYOR_BUILD_FOLDER%