From 488381ec900eb3c9345bd9b606674fa87a8d68bb Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 02:01:26 +0100 Subject: [PATCH] wscript: fix typo --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 5e2ea5f4..66b632dc 100644 --- a/wscript +++ b/wscript @@ -159,7 +159,7 @@ def configure(ctx): ctx.env.FRAMEWORK += ['Accelerate'] ctx.msg('Checking for Accelerate framework', 'yes') else: - ctx.msg('Checking for AudioToolbox framework', 'no (disabled)', color = 'YELLOW') + ctx.msg('Checking for Accelerate framework', 'no (disabled)', color = 'YELLOW') if target_platform in [ 'ios', 'iosimulator' ]: MINSDKVER="6.1" -- 2.11.0