Skip to content

Commit

Permalink
Merge pull request #81 from Ghabry/vcpkg-nativemidi
Browse files Browse the repository at this point in the history
VCPKG: Enable nativemidi for SDL2 mixer
  • Loading branch information
fdelapena authored Aug 20, 2020
2 parents 9cc406e + 0c88404 commit 86067f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ xcopy /Y /I /E ..\icu-easyrpg ports\icu-easyrpg
vcpkg install --triplet x86-windows-static^
libpng[core] expat[core] pixman[core] freetype[core] harfbuzz[core]^
libvorbis[core] libsndfile[core] wildmidi[core] libxmp-lite[core]^
speexdsp[core] mpg123[core] opusfile[core] sdl2-image[core] sdl2-mixer[core]^
speexdsp[core] mpg123[core] opusfile[core] sdl2-image[core] sdl2-mixer[core,nativemidi]^
icu-easyrpg[core] fmt[core]

:: Build 64-bit libraries
vcpkg install --triplet x64-windows-static^
libpng[core] expat[core] pixman[core] freetype[core] harfbuzz[core]^
libvorbis[core] libsndfile[core] wildmidi[core] libxmp-lite[core]^
speexdsp[core] mpg123[core] opusfile[core] sdl2-image[core] sdl2-mixer[core]^
speexdsp[core] mpg123[core] opusfile[core] sdl2-image[core] sdl2-mixer[core,nativemidi]^
icu-easyrpg[core] fmt[core]

0 comments on commit 86067f2

Please sign in to comment.