mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
2
node.gyp
2
node.gyp
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user