Skip to content

Commit

Permalink
build: don't specify /usr/*/lib paths under libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Aug 8, 2019
1 parent 377e6c4 commit 495efa2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
'src/unix/pty.cc'
],
'libraries': [
'-lutil',
'-L/usr/lib',
'-L/usr/local/lib'
'-lutil'
],
'conditions': [
# http://www.gnu.org/software/gnulib/manual/html_node/forkpty.html
Expand Down

0 comments on commit 495efa2

Please sign in to comment.