diff options
Diffstat (limited to 'ports.mk')
-rw-r--r-- | ports.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -101,6 +101,10 @@ ifdef USE_ZLIB OSX_ZLIB ?= -lz endif +ifdef USE_TRANSLATION +OSX_ICONV ?= -liconv +endif + # Special target to create a static linked binary for Mac OS X. # We use -force_cpusubtype_ALL to ensure the binary runs on every # PowerPC machine. @@ -109,6 +113,7 @@ scummvm-static: $(OBJS) -framework CoreMIDI \ $(OSX_STATIC_LIBS) \ $(OSX_ZLIB) \ + $(OSX_ICONV) \ -lSystemStubs # Special target to create a static linked binary for the iPhone |