From dad91d7788de2f3e29c9de1d3572478de60781d0 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Tue, 4 Feb 2020 12:54:18 -0800 Subject: [PATCH] Remove openal-soft due to https://github.com/microsoft/vcpkg/issues/7790 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4617f6c..50b99d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ build_script: if ($lastExitCode -ne 0) { throw "Failed to update vcpkg" } vcpkg install curl[sspi] expat freetype libjpeg-turbo libogg libpng ` libtheora libvorbis libvpx openssl opus pcre speex string-theory ` - zlib openal-soft --triplet x86-windows-static-dyncrt + zlib --triplet x86-windows-static-dyncrt if ($lastExitCode -ne 0) { throw "Failed to build static libs" } vcpkg install python2 --triplet x86-windows if ($lastExitCode -ne 0) { throw "Failed to build dynamic libs" }