ref: 652d72da29e13acde116909f15be5f18c0a20e08
parent: d392f3edbc39a4d8fe1dfd3aac64a6a964c1d531
author: Paul Brossier <piem@piem.org>
date: Mon May 16 04:04:03 EDT 2016
python/lib/moresetuptools.py: fix typo
--- a/python/lib/moresetuptools.py
+++ b/python/lib/moresetuptools.py
@@ -96,7 +96,7 @@
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)]