wscript: fix typo
authorPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 01:01:26 +0000 (02:01 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 11 Dec 2016 01:01:26 +0000 (02:01 +0100)
wscript

diff --git a/wscript b/wscript
index 5e2ea5f..66b632d 100644 (file)
--- 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"