From 9c32aeec20d5f0d7712d02ecd93dfbbd7e156afe Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Thu, 28 May 2026 16:20:13 -0400 Subject: [PATCH] build: remove duplicated node_use_sqlite and node_use_ffi conditions Signed-off-by: Chengzhong Wu --- node.gyp | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/node.gyp b/node.gyp index 28db2a955b74d6..80896554b16d4b 100644 --- a/node.gyp +++ b/node.gyp @@ -1071,23 +1071,6 @@ [ 'node_use_lief=="true" and node_shared_lief=="true"', { 'defines': [ 'HAVE_LIEF=1' ], }], - [ 'node_use_sqlite=="true"', { - 'sources': [ - '<@(node_sqlite_sources)', - ], - }], - [ 'node_use_ffi=="true"', { - 'sources': [ - '<@(node_ffi_sources)', - ], - 'conditions': [ - [ 'node_shared_ffi=="false"', { - 'dependencies': [ - 'deps/libffi/libffi.gyp:libffi', - ], - }], - ], - }], [ 'node_use_quic=="true"', { 'sources': [ '<@(node_quic_sources)',