diff options
author | murgatroid99 <mlumish@google.com> | 2015-10-26 11:32:18 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-10-26 11:32:18 -0700 |
commit | 795d15e0ae079c7109aa87fe0d54d12b100a926a (patch) | |
tree | 4ec22be5b63b8f4726915a0029306114368856e0 /templates | |
parent | 8dcdcc71b068a2939bed804f0d2e9ce9eb1d09d0 (diff) |
Edit the template, not the output file
Diffstat (limited to 'templates')
-rw-r--r-- | templates/binding.gyp.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/binding.gyp.template b/templates/binding.gyp.template index 60a64273bf..52070cf6e9 100644 --- a/templates/binding.gyp.template +++ b/templates/binding.gyp.template @@ -57,7 +57,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"', { |