Skip to content

Commit

Permalink
vcpkg: Specify freetype dependency for harfbuzz
Browse files Browse the repository at this point in the history
Is not the default anymore.
  • Loading branch information
Ghabry committed Mar 29, 2024
1 parent 55c748b commit 0108dd9
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 @@ -6,15 +6,15 @@ call helper\prepare.cmd
:: Using [core] everywhere to prevent surprises when new default-features are
:: added to libraries.
vcpkg install --triplet x86-windows-static --recurse^
libpng[core] expat[core] pixman[core] freetype[core,zlib] harfbuzz[core]^
libpng[core] expat[core] pixman[core] freetype[core,zlib] harfbuzz[freetype]^
libvorbis[core] libsndfile[core] wildmidi[core] libxmp[core]^
speexdsp[core] mpg123[core] opusfile[core] fluidsynth-easyrpg[core]^
inih[cpp] lhasa-easyrpg[core]^
sdl2-image[core] icu-easyrpg[core] nlohmann-json[core] fmt[core]

:: Build 64-bit libraries
vcpkg install --triplet x64-windows-static --recurse^
libpng[core] expat[core] pixman[core] freetype[core,zlib] harfbuzz[core]^
libpng[core] expat[core] pixman[core] freetype[core,zlib] harfbuzz[freetype]^
libvorbis[core] libsndfile[core] wildmidi[core] libxmp[core]^
speexdsp[core] mpg123[core] opusfile[core] fluidsynth-easyrpg[core]^
inih[cpp] lhasa-easyrpg[core]^
Expand Down

0 comments on commit 0108dd9

Please sign in to comment.