shithub: aubio

Download patch

ref: bce913a3eab144502d02349cc2025fd60d633a4f
parent: 6e8b8f4d3b5d3b0b3a9240f31990bd8264e6e697
author: Paul Brossier <piem@piem.org>
date: Sun May 15 10:16:32 EDT 2016

python/lib/moresetuptools.py: use -framework Accelerate, not accelerate

--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -92,7 +92,7 @@
 
     # 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)]