diff options
author | murgatroid99 <mlumish@google.com> | 2015-10-26 10:45:00 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-10-26 10:45:00 -0700 |
commit | 8dcdcc71b068a2939bed804f0d2e9ce9eb1d09d0 (patch) | |
tree | 8a67d42a031428adeb792c11676b411a2231f6c3 | |
parent | 66bae6f4a79cd84bfbcddef1a9d13301b05002be (diff) |
Compile against Node's version of zlib
-rw-r--r-- | binding.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binding.gyp b/binding.gyp index c2f9c6526d..52e0ea6c39 100644 --- a/binding.gyp +++ b/binding.gyp @@ -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"', { |