mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
BUILD: Fix ios7bundle/iphone bundle targets again.
iOS SDKs do not contain a libreadline, thus only link that for Mac OS X. Regression from: cb5db404c005e9ce982bee2a7abccad3ba043dc4
This commit is contained in:
parent
cfdeb56610
commit
6224f97cf0
8
ports.mk
8
ports.mk
@ -247,10 +247,16 @@ endif
|
||||
|
||||
ifdef USE_FLUIDSYNTH
|
||||
OSX_STATIC_LIBS += \
|
||||
-liconv -lreadline -framework CoreMIDI -framework CoreAudio\
|
||||
-liconv -framework CoreMIDI -framework CoreAudio\
|
||||
$(STATICLIBPATH)/lib/libfluidsynth.a \
|
||||
$(STATICLIBPATH)/lib/libglib-2.0.a \
|
||||
$(STATICLIBPATH)/lib/libintl.a
|
||||
|
||||
ifneq ($(BACKEND), iphone)
|
||||
ifneq ($(BACKEND), ios7)
|
||||
OSX_STATIC_LIBS += -lreadline
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef USE_MAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user