Skip to content

Commit

Permalink
CONFIGURE: Update FluidSynth libraries for MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirben committed Mar 8, 2016
1 parent 729d018 commit 2dc3346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -3960,7 +3960,7 @@ case $_host_os in
# NOTE: Windows builds use an older FluidSynth version (1.0.9)
# which doesn't require glib, to avoid bundling the complete glib
# libraries with Windows builds.
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -ldsound -lwinmm"
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv -lws2_32 -lole32 -lshlwapi -lpcre -ldsound -lwinmm"
;;

darwin*)
Expand Down

0 comments on commit 2dc3346

Please sign in to comment.