summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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: