Node: fix the cases where zlib is built

pull/10744/head
murgatroid99 8 years ago
parent 633933ee0b
commit 652210ac2b
  1. 4
      binding.gyp
  2. 4
      templates/binding.gyp.template

@ -535,6 +535,10 @@
}
]
},
]
}],
['OS == "win"', {
'targets': [
# Only want to compile zlib under Windows
{
'cflags': [

@ -233,6 +233,10 @@
}
]
},
]
}],
['OS == "win"', {
'targets': [
# Only want to compile zlib under Windows
% for module in node_modules:
% for lib in libs:

Loading…
Cancel
Save