aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/ports.mk b/ports.mk
index 99846494dc..00ab5ce432 100644
--- a/ports.mk
+++ b/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