Changeset 652d72d for python/lib


Ignore:
Timestamp:
May 16, 2016, 8:04:03 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f6816a1, fa7c03a
Parents:
d392f3e
Message:

python/lib/moresetuptools.py: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    rd392f3e r652d72d  
    9797        ext.define_macros += [('HAVE_ACCELERATE', 1)]
    9898        ext.define_macros += [('HAVE_SOURCE_APPLE_AUDIO', 1)]
    99         etx.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)]
     99        ext.define_macros += [('HAVE_SINK_APPLE_AUDIO', 1)]
    100100
    101101    if sys.platform.startswith('win'):
Note: See TracChangeset for help on using the changeset viewer.