From 999b182306343eb1124e9ad0c0b4f4ce42b7694b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 May 2016 17:02:45 +0200 Subject: [PATCH] python/lib/moresetuptools.py: always define HAVE_C99_VARARGS_MACROS --- python/lib/moresetuptools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 3ff5ebde..f7ebf54b 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -64,6 +64,7 @@ def add_local_aubio_sources(ext): # define macros (waf puts them in build/src/config.h) 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']: ext.define_macros += [(define_macro, 1)] -- 2.11.0