python/lib/moresetuptools.py: use -framework Accelerate, not accelerate
authorPaul Brossier <piem@piem.org>
Sun, 15 May 2016 12:16:32 +0000 (14:16 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 15 May 2016 12:16:32 +0000 (14:16 +0200)
python/lib/moresetuptools.py

index 3c2e4cb..9d1add1 100644 (file)
@@ -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)]