From 8dcdcc71b068a2939bed804f0d2e9ce9eb1d09d0 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 26 Oct 2015 10:45:00 -0700 Subject: Compile against Node's version of zlib --- binding.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"', { -- cgit v1.2.3