aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-26 11:32:18 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-26 11:32:18 -0700
commit795d15e0ae079c7109aa87fe0d54d12b100a926a (patch)
tree4ec22be5b63b8f4726915a0029306114368856e0 /templates
parent8dcdcc71b068a2939bed804f0d2e9ce9eb1d09d0 (diff)
Edit the template, not the output file
Diffstat (limited to 'templates')
-rw-r--r--templates/binding.gyp.template3
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"', {