From: Paul Brossier Date: Thu, 22 Sep 2016 20:41:08 +0000 (+0200) Subject: python/lib/moresetuptools.py: add HAVE_STDARG_H X-Git-Tag: 0.4.4~207 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=aa5828d22daf11ee3efa8de971d50036d38a7cd6;p=aubio.git python/lib/moresetuptools.py: add HAVE_STDARG_H --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 906b8712..0ad178db 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -65,7 +65,8 @@ def add_local_aubio_sources(ext): for define_macro in ['HAVE_STDLIB_H', 'HAVE_STDIO_H', 'HAVE_MATH_H', 'HAVE_STRING_H', 'HAVE_C99_VARARGS_MACROS', - 'HAVE_LIMITS_H', 'HAVE_MEMCPY_HACKS']: + 'HAVE_LIMITS_H', 'HAVE_STDARG_H', + 'HAVE_MEMCPY_HACKS']: ext.define_macros += [(define_macro, 1)] # loof for additional packages