Navigation Menu

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

Commit

Permalink
build: remove unnecessary link flags from node.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 5, 2012
1 parent e0796b6 commit c97b4f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions node.gyp
Expand Up @@ -191,12 +191,6 @@
'PLATFORM="darwin"',
],
}],
[ 'OS=="linux"', {
'libraries': [
'-ldl',
'-lutil' # needed for openpty
],
}],
[ 'OS=="freebsd"', {
'libraries': [
'-lutil',
Expand Down

0 comments on commit c97b4f1

Please sign in to comment.