Skip to content

Commit

Permalink
Compile against Node's version of zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Oct 26, 2015
1 parent 66bae6f commit 8dcdcc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
'include_dirs': [
'.',
'include',
'<(node_root_dir)/deps/openssl/openssl/include'
'<(node_root_dir)/deps/openssl/openssl/include',
'<(node_root_dir)/deps/zlib'
],
'conditions': [
['OS != "win"', {
Expand Down

0 comments on commit 8dcdcc7

Please sign in to comment.