python/lib/moresetuptools.py: fix typo
authorPaul Brossier <piem@piem.org>
Mon, 16 May 2016 06:04:03 +0000 (08:04 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 16 May 2016 06:04:03 +0000 (08:04 +0200)
python/lib/moresetuptools.py

index 81f786e..906b871 100644 (file)
@@ -96,7 +96,7 @@ def add_local_aubio_sources(ext):
         ext.extra_link_args += ['-framework', 'Accelerate']
         ext.define_macros += [('HAVE_ACCELERATE', 1)]
         ext.define_macros += [('HAVE_SOURCE_APPLE_AUDIO', 1)]
-        etx.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)]
+        ext.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)]
 
     if sys.platform.startswith('win'):
         ext.define_macros += [('HAVE_WIN_HACKS', 1)]