Browse Source

Default node_shared_v8 to false.

Fixes #2818.
v0.9.1-release
Nathan Rajlich 13 years ago
committed by isaacs
parent
commit
a84adad078
  1. 1
      node.gyp

1
node.gyp

@ -5,6 +5,7 @@
# See http://codereview.chromium.org/8159015
'werror': '',
'node_use_dtrace': 'false',
'node_shared_v8%': 'false',
'node_use_openssl%': 'true',
'node_use_system_openssl%': 'false',
'library_files': [

Loading…
Cancel
Save