ref: 488381ec900eb3c9345bd9b606674fa87a8d68bb
parent: 5b52a54fbb8a479026e2828c1ab6b72f04cb3a8b
author: Paul Brossier <piem@piem.org>
date: Sat Dec 10 21:01:26 EST 2016
wscript: fix typo
--- a/wscript
+++ b/wscript
@@ -159,7 +159,7 @@
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"