Changeset 999b1823


Ignore:
Timestamp:
May 15, 2016, 11:27:02 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:
e27b6a1
Parents:
1772630
git-author:
Paul Brossier <piem@piem.org> (05/15/16 17:02:45)
git-committer:
Paul Brossier <piem@piem.org> (05/15/16 23:27:02)
Message:

python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r1772630 r999b1823  
    6565    for define_macro in ['HAVE_STDLIB_H', 'HAVE_STDIO_H',
    6666                         'HAVE_MATH_H', 'HAVE_STRING_H',
     67                         'HAVE_C99_VARARGS_MACROS',
    6768                         'HAVE_LIMITS_H', 'HAVE_MEMCPY_HACKS']:
    6869        ext.define_macros += [(define_macro, 1)]
Note: See TracChangeset for help on using the changeset viewer.