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

Commit

Permalink
gyp: -ldl on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 23, 2011
1 parent cf2e68d commit c2ae39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node.gyp
Expand Up @@ -100,6 +100,7 @@
[ 'OS=="linux"', {
'sources': [ 'src/platform_linux.cc' ],
'libraries': [
'-ldl',
'-lutil' # needed for openpty
],
}]
Expand Down

0 comments on commit c2ae39b

Please sign in to comment.