summaryrefslogtreecommitdiff
path: root/deps/uv/uv.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-10-12 17:32:47 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2011-10-12 17:37:35 +0200
commitbc96302fae117d36fad47adc1eec1fd7a8d5adb2 (patch)
tree294a9b401879072bfdb3fff47b0960d73770c9fd /deps/uv/uv.gyp
parentc82828ec278c3792ada33d60414da76c3d20b6b1 (diff)
downloadnode-new-bc96302fae117d36fad47adc1eec1fd7a8d5adb2.tar.gz
uv: upgrade to 25a177a
Fixes #1869.
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r--deps/uv/uv.gyp20
1 files changed, 14 insertions, 6 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp
index aee6c28382..900551ec47 100644
--- a/deps/uv/uv.gyp
+++ b/deps/uv/uv.gyp
@@ -1,4 +1,17 @@
{
+ 'target_defaults': {
+ 'conditions': [
+ ['OS != "win"', {
+ 'defines': [
+ '_LARGEFILE_SOURCE',
+ '_FILE_OFFSET_BITS=64',
+ '_GNU_SOURCE',
+ 'EIO_STACKSIZE=262144'
+ ],
+ }],
+ ],
+ },
+
'targets': [
{
'target_name': 'uv',
@@ -171,12 +184,6 @@
'src/unix/ev/event.h',
],
'include_dirs': [ 'src/unix/ev', ],
- 'defines': [
- '_LARGEFILE_SOURCE',
- '_FILE_OFFSET_BITS=64',
- '_GNU_SOURCE',
- 'EIO_STACKSIZE=262144'
- ],
'libraries': [ '-lm' ]
}],
[ 'OS=="mac"', {
@@ -285,6 +292,7 @@
'test/test-udp-dgram-too-big.c',
'test/test-udp-ipv6.c',
'test/test-udp-send-and-recv.c',
+ 'test/test-udp-multicast-join.c',
],
'conditions': [
[ 'OS=="win"', {