Skip to content

Commit 00e38a7

Browse files
cjihrigcodebytere
authored andcommitted
deps: port uvwasi@676ba9a to gyp
This commit ports nodejs/uvwasi@676ba9a from CMake to gyp. PR-URL: #31363 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 5bd3f6c commit 00e38a7

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)