mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
fix osx snapshot
This commit is contained in:
parent
f7dfd85663
commit
0c9b803a73
6
ports.mk
6
ports.mk
@ -84,10 +84,6 @@ ifdef USE_MPEG2
|
||||
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
|
||||
endif
|
||||
|
||||
ifdef USE_ZLIB
|
||||
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libz.a
|
||||
endif
|
||||
|
||||
BUILD_DATE := `date +%y%m%d`
|
||||
#BUILD_DATE := rev`svn info | grep '^Revision' | sed -e 's/Revision: *//'`
|
||||
|
||||
@ -98,7 +94,7 @@ residual-static: $(OBJS)
|
||||
$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o residual-static $(OBJS) \
|
||||
-framework CoreMIDI \
|
||||
$(OSX_STATIC_LIBS) \
|
||||
-lSystemStubs \
|
||||
-lSystemStubs -lz
|
||||
|
||||
# Special target to create a static linked binary for the iPhone
|
||||
iphone: $(OBJS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user