shithub: aubio

Download patch

ref: 06cf47d3029576a4cd0dfc1256b40f77e18173c5
parent: d746ef8bc35f9cd0f976f6f879e37e1519d7c6f1
author: Paul Brossier <piem@piem.org>
date: Sat Apr 23 17:06:43 EDT 2016

wscript: make unistd.h optional

--- a/wscript
+++ b/wscript
@@ -109,7 +109,7 @@
     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: