summaryrefslogtreecommitdiff
path: root/tools/install.py
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-04-03 10:13:43 +1100
committerJohan Bergström <bugs@bergstroem.nu>2015-04-07 15:02:42 +1000
commitd726a177ed59c37cf5306983ed00ecd858cfbbef (patch)
tree7fbbf9a6e9572e6afb56a907f4a80474aec4d10d /tools/install.py
parentd72e50a57cb74deb9dc2c6d9bb29aeeb640b471f (diff)
downloadnode-new-d726a177ed59c37cf5306983ed00ecd858cfbbef.tar.gz
build: Remove building against a shared V8
This action is to encourage packagers to not build against a shared V8 library since even minor bumps of V8 can create issues. PR-URL: https://github.com/iojs/io.js/pull/1331 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/install.py b/tools/install.py
index 2d00cf06d7..f037c055e3 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -168,6 +168,7 @@ def files(action):
], 'include/node/')
subdir_files('deps/cares/include', 'include/node/', action)
+ subdir_files('deps/v8/include', 'include/node/', action)
if 'false' == variables.get('node_shared_libuv'):
subdir_files('deps/uv/include', 'include/node/', action)
@@ -176,8 +177,6 @@ def files(action):
subdir_files('deps/openssl/openssl/include/openssl', 'include/node/openssl/', action)
action(['deps/openssl/config/opensslconf.h'], 'include/node/openssl/')
- if 'false' == variables.get('node_shared_v8'):
- subdir_files('deps/v8/include', 'include/node/', action)
if 'false' == variables.get('node_shared_zlib'):
action([