Skip to content

Commit

Permalink
deps: port uvwasi@676ba9a to gyp
Browse files Browse the repository at this point in the history
This commit ports nodejs/uvwasi@676ba9a
from CMake to gyp.

PR-URL: #31363
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
cjihrig authored and codebytere committed Mar 17, 2020
1 parent 676e3c3 commit ef5517a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deps/uvwasi/uvwasi.gyp
Expand Up @@ -20,6 +20,14 @@
'direct_dependent_settings': {
'include_dirs': ['include']
},
'conditions': [
[ 'OS=="linux"', {
'defines': [
'_GNU_SOURCE',
'_POSIX_C_SOURCE=200112',
],
}],
],
}
]
}

0 comments on commit ef5517a

Please sign in to comment.