From: Paul Brossier Date: Sun, 11 Dec 2016 01:01:26 +0000 (+0100) Subject: wscript: fix typo X-Git-Tag: 0.4.4~88 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=488381ec900eb3c9345bd9b606674fa87a8d68bb;p=aubio.git wscript: fix typo --- 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"