summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-10-09 14:50:24 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-11-16 09:22:13 +0100
commit9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8 (patch)
tree68f0148c30e011ad96302c9109c655d139db9061 /configure
parentb021403b2afdab0f5077b55aa27286c187119acd (diff)
downloadandroid-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.gz
android-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.bz2
android-node-v8-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.zip
Revert "build: for --enable-static, run only cctest"
This reverts commit a36b5405029597ce09e15373a321c47930689c08. PR-URL: https://github.com/nodejs/node/pull/14986 Refs: https://github.com/nodejs/node/issues/14158 Refs: https://github.com/nodejs/node/pull/14892 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 0c5aed8fcc..bbccf05fb4 100755
--- a/configure
+++ b/configure
@@ -1461,8 +1461,6 @@ config = {
'BUILDTYPE': 'Debug' if options.debug else 'Release',
'USE_XCODE': str(int(options.use_xcode or 0)),
'PYTHON': sys.executable,
- 'NODE_TARGET_TYPE': variables['node_target_type'] if options.enable_static \
- else '',
}
if options.prefix: