mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
IOS: Same target for iOS legacy, and iOS 7+
This commit is contained in:
parent
1c515e90e2
commit
47040db9e9
9
ports.mk
9
ports.mk
@ -292,7 +292,7 @@ scummvm-static: $(OBJS)
|
||||
$(OSX_STATIC_LIBS) \
|
||||
$(OSX_ZLIB)
|
||||
|
||||
# Special target to create a static linked binary for the iPhone
|
||||
# Special target to create a static linked binary for the iPhone (legacy, and iOS 7+)
|
||||
iphone: $(OBJS)
|
||||
$(CXX) $(LDFLAGS) -o scummvm $(OBJS) \
|
||||
$(OSX_STATIC_LIBS) \
|
||||
@ -300,13 +300,6 @@ iphone: $(OBJS)
|
||||
-framework CoreFoundation -framework QuartzCore -framework Foundation \
|
||||
-framework AudioToolbox -framework CoreAudio -lobjc -lz
|
||||
|
||||
ios7: $(OBJS)
|
||||
$(CXX) $(LDFLAGS) -o scummvm $(OBJS) \
|
||||
$(OSX_STATIC_LIBS) \
|
||||
-framework UIKit -framework CoreGraphics -framework OpenGLES \
|
||||
-framework CoreFoundation -framework QuartzCore -framework Foundation \
|
||||
-framework AudioToolbox -framework CoreAudio -lobjc -lz
|
||||
|
||||
# Special target to create a snapshot disk image for Mac OS X
|
||||
# TODO: Replace AUTHORS by Credits.rtf
|
||||
osxsnap: bundle
|
||||
|
Loading…
Reference in New Issue
Block a user