Skip to content

Commit

Permalink
Added linux link settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Mar 27, 2015
1 parent 099a21d commit 7e705e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
]
}
}],

["OS == \"linux\"", {
"link_settings": {
"libraries": [
"-lpng",
"-lz",
"-lX11",
"-lXtst"
]
}
}]
],

"sources": [
Expand Down

0 comments on commit 7e705e2

Please sign in to comment.