From ff75d609522cd7c48f8929a4468630bd1b49287c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 1 Oct 2013 23:30:07 +0200 Subject: [PATCH] wscript: update ios sdk to 7.0 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 7b6badf5..ea680ea7 100644 --- 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'] -- 2.11.0