X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=python%2Flib%2Fmoresetuptools.py;h=299d1f9f2476957065517786e7d46897f113b181;hp=3fd4e74a48bdb462d5fc73a24bc594195c29e553;hb=8ad7d71e0672a677bb1fa12bc0b05fb303ae1c93;hpb=e136c9f688671d2a688b39e4dce2590b09c84c91 diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index 3fd4e74a..299d1f9f 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -68,7 +68,7 @@ def add_local_macros(ext, usedouble = False): # 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_ERRNO_H', 'HAVE_C99_VARARGS_MACROS', 'HAVE_LIMITS_H', 'HAVE_STDARG_H', 'HAVE_MEMCPY_HACKS']: ext.define_macros += [(define_macro, 1)]