| Index: third_party/libevent/libevent.gyp
|
| diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
|
| index 1e2ce2063459a21083227dcb3f0358fb4bd6cbb4..20ac4d6465910aece8b50004ddb2931b685a1a81 100644
|
| --- a/third_party/libevent/libevent.gyp
|
| +++ b/third_party/libevent/libevent.gyp
|
| @@ -37,17 +37,18 @@
|
| [ 'OS == "linux"', {
|
| 'sources': [ 'epoll.c', 'epoll_sub.c' ],
|
| 'include_dirs': [ 'linux' ],
|
| - 'link_settings':
|
| - { 'libraries': [
|
| + 'link_settings': {
|
| + 'libraries': [
|
| # We need rt for clock_gettime().
|
| # TODO(port) Maybe on FreeBSD as well?
|
| '-lrt',
|
| - ],
|
| - },
|
| - }
|
| - ],
|
| - [ 'OS == "mac" or OS == "freebsd"', { 'sources': [ 'kqueue.c' ],
|
| - 'include_dirs': [ 'mac' ] } ],
|
| + ],
|
| + },
|
| + }],
|
| + [ 'OS == "mac" or OS == "freebsd"', {
|
| + 'sources': [ 'kqueue.c' ],
|
| + 'include_dirs': [ 'mac' ]
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|