Skip to content

Commit

Permalink
build: fix dragonflybsd gyp build
Browse files Browse the repository at this point in the history
Depends on a not-yet-landed gyp patch: https://codereview.chromium.org/11348152/
  • Loading branch information
bnoordhuis committed Nov 20, 2012
1 parent d8a8379 commit fc5984f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uv.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
],
},
}],
[ 'OS=="freebsd"', {
[ 'OS=="freebsd" or OS=="dragonflybsd"', {
'sources': [ 'src/unix/freebsd.c' ],
'link_settings': {
'libraries': [
Expand All @@ -220,7 +220,7 @@
],
},
}],
[ 'OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd"', {
[ 'OS in "mac freebsd dragonflybsd openbsd netbsd".split()', {
'sources': [ 'src/unix/kqueue.c' ],
}],
['library=="shared_library"', {
Expand Down

0 comments on commit fc5984f

Please sign in to comment.