From: Paul Brossier Date: Sat, 23 Apr 2016 19:06:43 +0000 (+0200) Subject: wscript: make unistd.h optional X-Git-Tag: 0.4.4~300^2~230 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=06cf47d3029576a4cd0dfc1256b40f77e18173c5;p=aubio.git wscript: make unistd.h optional --- diff --git a/wscript b/wscript index 25f18083..2b53a758 100644 --- a/wscript +++ b/wscript @@ -109,7 +109,7 @@ def configure(ctx): ctx.check(header_name='string.h') ctx.check(header_name='limits.h') ctx.check(header_name='getopt.h', mandatory = False) - ctx.check(header_name='unistd.h') + ctx.check(header_name='unistd.h', mandatory = False) target_platform = Options.platform if ctx.options.target_platform: