From 652d72da29e13acde116909f15be5f18c0a20e08 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 16 May 2016 08:04:03 +0200 Subject: [PATCH] python/lib/moresetuptools.py: fix typo --- 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 81f786e7..906b8712 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -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)] -- 2.11.0