Edit the template, not the output file

pull/3960/head
murgatroid99 9 years ago
parent 8dcdcc71b0
commit 795d15e0ae
  1. 3
      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"', {

Loading…
Cancel
Save