Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: fix freebsd gyp build
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Aug 17, 2011
1 parent 52037d8 commit decd818
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion node.gyp
Expand Up @@ -192,7 +192,14 @@
'-ldl',
'-lutil' # needed for openpty
],
}]
}],
[ 'OS=="freebsd"', {
'sources': [ 'src/platform_freebsd.cc' ],
'libraries': [
'-lutil',
'-lkvm',
],
}],
],
'msvs-settings': {
'VCLinkerTool': {
Expand Down

0 comments on commit decd818

Please sign in to comment.