mirror of https://github.com/ArduPilot/ardupilot
waf: use system extensions
In several places we use functions like asprintf() that are only available in libc when _GNU_SOURCE is defined. Always define _GNU_SOURCE since we always want to use them. This fixes the build on Windows using cygwin.
This commit is contained in:
parent
e6907a607b
commit
5f80858cba
Loading…
Reference in New Issue