Changeset e27b6a1 for python


Ignore:
Timestamp:
May 15, 2016, 11:27:10 PM (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:
b8ea001
Parents:
999b1823
git-author:
Paul Brossier <piem@piem.org> (05/15/16 17:17:44)
git-committer:
Paul Brossier <piem@piem.org> (05/15/16 23:27:10)
Message:

python/lib/moresetuptools.py: define HAVE_WIN_HACKS on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r999b1823 re27b6a1  
    9797        ext.define_macros += [('HAVE_ACCELERATE', 1)]
    9898
     99    if sys.platform.startswith('win'):
     100        ext.define_macros += [('HAVE_WIN_HACKS', 1)]
     101
    99102    ext.define_macros += [('HAVE_WAVWRITE', 1)]
    100103    ext.define_macros += [('HAVE_WAVREAD', 1)]
Note: See TracChangeset for help on using the changeset viewer.