Skip to content

Commit

Permalink
AppVeyor: Install Yasm for libMPG123 build on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jan 26, 2022
1 parent e27ad63 commit 72ddda9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ environment:
PLATFORM: Win32
PLATFORMTOOLSET: "v142"

install:
- appveyor DownloadFile https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0-win64.exe -FileName yasm.exe
- set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%

build_script:
- md build-%COMPILER%-%BUILD_TYPE%-%PLATFORM%
- cd build-%COMPILER%-%BUILD_TYPE%-%PLATFORM%
Expand Down

0 comments on commit 72ddda9

Please sign in to comment.