aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVincent Bénony2015-12-02 15:20:33 +0100
committerVincent Bénony2016-01-06 16:17:29 +0100
commit62e281df263b3f88360d2fb514eb6590eee39c11 (patch)
tree7af972667db98e5ed04b68ccf0181bf03161b837 /configure
parent7de016700db1c7836f13749be5bdc45f8dc8c276 (diff)
downloadscummvm-rg350-62e281df263b3f88360d2fb514eb6590eee39c11.tar.gz
scummvm-rg350-62e281df263b3f88360d2fb514eb6590eee39c11.tar.bz2
scummvm-rg350-62e281df263b3f88360d2fb514eb6590eee39c11.zip
IOS: Changes the deployment target to iOS 7.0
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 6cca146322..1f4e8e3318 100755
--- a/configure
+++ b/configure
@@ -3001,9 +3001,9 @@ case $_backend in
append_var LIBS "-lobjc -framework UIKit -framework CoreGraphics -framework OpenGLES"
append_var LIBS "-framework QuartzCore -framework CoreFoundation -framework Foundation"
append_var LIBS "-framework AudioToolbox -framework CoreAudio"
- append_var LDFLAGS "-isysroot $SDKROOT -miphoneos-version-min=9.0 -arch armv7"
- append_var CFLAGS "-isysroot $SDKROOT -miphoneos-version-min=9.0 -arch armv7"
- append_var CXXFLAGS "-isysroot $SDKROOT -miphoneos-version-min=9.0 -arch armv7"
+ append_var LDFLAGS "-isysroot $SDKROOT -miphoneos-version-min=7.0 -arch armv7"
+ append_var CFLAGS "-isysroot $SDKROOT -miphoneos-version-min=7.0 -arch armv7"
+ append_var CXXFLAGS "-isysroot $SDKROOT -miphoneos-version-min=7.0 -arch armv7"
;;
linuxmoto)
append_var DEFINES "-DLINUXMOTO"