Skip to content

Commit

Permalink
Merge pull request #343 from microsoft/remove_default_library_paths
Browse files Browse the repository at this point in the history
build: don't specify /usr/*/lib paths under libraries
  • Loading branch information
Tyriar committed Aug 8, 2019
2 parents 377e6c4 + 495efa2 commit 3e64589
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 3e64589

Please sign in to comment.