summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index ac8b40ad4e..11ada03947 100644
--- a/node.gyp
+++ b/node.gyp
@@ -315,6 +315,11 @@
'NODE_OPENSSL_SYSTEM_CERT_PATH="<(openssl_system_ca_path)"',
],
},
+ 'conditions': [
+ [ 'node_shared=="true" and node_module_version!="" and OS!="win"', {
+ 'product_extension': '<(shlib_suffix)',
+ }]
+ ],
},
{
'target_name': 'mkssldef',