python/lib/moresetuptools.py: fix typo
[aubio.git] / 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)]