mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
doc: add note about -D_GNU_SOURCE
This commit is contained in:
parent
b7047d6701
commit
2b04bc7a74
@ -77,6 +77,9 @@ Macintosh users run
|
||||
./gyp_uv -f xcode
|
||||
xcodebuild -project uv.xcodeproj -configuration Release -target All
|
||||
|
||||
Note for Linux users: compile your project with `-D_GNU_SOURCE` when you
|
||||
include `uv.h`. GYP builds take care of that automatically. If you use
|
||||
autotools, add a `AC_GNU_SOURCE` declaration to your `configure.ac`.
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user