From bce913a3eab144502d02349cc2025fd60d633a4f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 May 2016 14:16:32 +0200 Subject: [PATCH] python/lib/moresetuptools.py: use -framework Accelerate, not accelerate --- python/lib/moresetuptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 3c2e4cb9..9d1add19 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -92,7 +92,7 @@ def add_local_aubio_sources(ext): # add accelerate on darwin if sys.platform.startswith('darwin'): - ext.extra_link_args += ['-framework', 'accelerate'] + ext.extra_link_args += ['-framework', 'Accelerate'] ext.define_macros += [('HAVE_ACCELERATE', 1)] ext.define_macros += [('HAVE_WAVWRITE', 1)] -- 2.11.0