Changeset aa5828d


Ignore:
Timestamp:
Sep 22, 2016, 10:41:08 PM (7 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:
67537d7
Parents:
0000669
Message:

python/lib/moresetuptools.py: add HAVE_STDARG_H

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    r0000669 raa5828d  
    6666                         'HAVE_MATH_H', 'HAVE_STRING_H',
    6767                         'HAVE_C99_VARARGS_MACROS',
    68                          'HAVE_LIMITS_H', 'HAVE_MEMCPY_HACKS']:
     68                         'HAVE_LIMITS_H', 'HAVE_STDARG_H',
     69                         'HAVE_MEMCPY_HACKS']:
    6970        ext.define_macros += [(define_macro, 1)]
    7071
Note: See TracChangeset for help on using the changeset viewer.