diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ def configure(conf): # Check for posix_memalign (OSX, amazingly, doesn't have it) conf.check(function_name='posix_memalign', + defines='_POSIX_SOURCE=1', header_name='stdlib.h', define_name='HAVE_POSIX_MEMALIGN', mandatory=False) |