From 06cf47d3029576a4cd0dfc1256b40f77e18173c5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 23 Apr 2016 21:06:43 +0200 Subject: [PATCH] wscript: make unistd.h optional --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.11.0