summaryrefslogtreecommitdiffstats
path: root/third_party/libevent/libevent.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libevent/libevent.gyp')
-rw-r--r--third_party/libevent/libevent.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index 56fa749..39a97d9 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.gyp
@@ -50,7 +50,7 @@
],
},
}],
- [ 'OS == "mac" or OS == "freebsd" or OS == "openbsd"', {
+ [ 'OS == "mac" or OS == "freebsd" or OS == "openbsd" or OS == "solaris"', {
'sources': [ 'kqueue.c' ],
'include_dirs': [ 'mac' ]
}],