wscript: update ios sdk to 7.0
authorPaul Brossier <piem@piem.org>
Tue, 1 Oct 2013 21:30:07 +0000 (23:30 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 1 Oct 2013 21:30:07 +0000 (23:30 +0200)
wscript

diff --git a/wscript b/wscript
index 7b6badf..ea680ea 100644 (file)
--- a/wscript
+++ b/wscript
@@ -76,7 +76,7 @@ def configure(ctx):
     ctx.env.CC = 'clang'
     ctx.env.LD = 'clang'
     ctx.env.LINK_CC = 'clang'
-    SDKVER="6.1"
+    SDKVER="7.0"
     DEVROOT="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer"
     SDKROOT="%(DEVROOT)s/SDKs/iPhoneOS%(SDKVER)s.sdk" % locals()
     ctx.env.FRAMEWORK = ['CoreFoundation', 'AudioToolbox', 'Accelerate']