lib,src,test: fix tests without SQLite

PR-URL: https://github.com/nodejs/node/pull/60906
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Antoine du Hamel
2025-12-11 23:04:24 +01:00
committed by GitHub
parent 4db307a4b0
commit 14f02fc2f7
13 changed files with 35 additions and 12 deletions

View File

@@ -933,7 +933,6 @@
'sources': [
'<@(node_sqlite_sources)',
],
'defines': [ 'HAVE_SQLITE=1' ],
}],
[ 'node_shared=="true" and node_module_version!="" and OS!="win"', {
'product_extension': '<(shlib_suffix)',
@@ -982,7 +981,6 @@
'sources': [
'<@(node_sqlite_sources)',
],
'defines': [ 'HAVE_SQLITE=1' ],
}],
[ 'OS in "linux freebsd mac solaris openharmony" and '
'target_arch=="x64" and '