Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Remove openal-soft due to microsoft/vcpkg#7790
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Feb 4, 2020
1 parent bf64837 commit dad91d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit dad91d7

Please sign in to comment.