Skip to content

Commit

Permalink
Edit the template, not the output file
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Oct 26, 2015
1 parent 8dcdcc7 commit 795d15e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/binding.gyp.template
Original file line number Diff line number Diff line change
Expand Up @@ -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"', {
Expand Down

0 comments on commit 795d15e

Please sign in to comment.