Skip to content

Commit ef5517a

Browse files
cjihrigcodebytere
authored andcommittedMar 17, 2020
deps: port uvwasi@676ba9a to gyp
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>
1 parent 676e3c3 commit ef5517a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎deps/uvwasi/uvwasi.gyp

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
'direct_dependent_settings': {
2121
'include_dirs': ['include']
2222
},
23+
'conditions': [
24+
[ 'OS=="linux"', {
25+
'defines': [
26+
'_GNU_SOURCE',
27+
'_POSIX_C_SOURCE=200112',
28+
],
29+
}],
30+
],
2331
}
2432
]
2533
}

0 commit comments

Comments
 (0)
Please sign in to comment.