We're now statically linking in zlib, for static osx builds
svn-id: r39539
This commit is contained in:
parent
4367d1c184
commit
21e35c4f67
1 changed files with 1 additions and 2 deletions
3
ports.mk
3
ports.mk
|
@ -107,8 +107,7 @@ scummvm-static: $(OBJS)
|
|||
$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o scummvm-static $(OBJS) \
|
||||
-framework CoreMIDI \
|
||||
$(OSX_STATIC_LIBS) \
|
||||
-lSystemStubs \
|
||||
-lz
|
||||
-lSystemStubs
|
||||
|
||||
# Special target to create a static linked binary for the iPhone
|
||||
iphone: $(OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue