From aa5828d22daf11ee3efa8de971d50036d38a7cd6 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 22 Sep 2016 22:41:08 +0200 Subject: [PATCH] python/lib/moresetuptools.py: add HAVE_STDARG_H --- python/lib/moresetuptools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0