diff options
author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-10-09 14:50:24 +0200 |
---|---|---|
committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2017-11-16 09:22:13 +0100 |
commit | 9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8 (patch) | |
tree | 68f0148c30e011ad96302c9109c655d139db9061 /configure | |
parent | b021403b2afdab0f5077b55aa27286c187119acd (diff) | |
download | node-new-9ae81b9cb923520baa2d4e7a15ad21d2326f9bb8.tar.gz |
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-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |