Skip to content

Commit

Permalink
BUILD: Fix iphonebundle/ios7bundle targets when FluidSynth is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jan 12, 2016
1 parent 90354bf commit 7bad8f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ports.mk
Expand Up @@ -247,8 +247,10 @@ endif

ifdef USE_FLUIDSYNTH
OSX_STATIC_LIBS += \
-framework CoreAudio \
$(STATICLIBPATH)/lib/libfluidsynth.a
-liconv -framework CoreMIDI \
$(STATICLIBPATH)/lib/libfluidsynth.a \
$(STATICLIBPATH)/lib/libglib-2.0.a \
$(STATICLIBPATH)/lib/libintl.a
endif

ifdef USE_MAD
Expand Down

0 comments on commit 7bad8f7

Please sign in to comment.