We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HAVE_SQLITE
1 parent 9635159 commit 366d738Copy full SHA for 366d738
node.gyp
@@ -933,7 +933,6 @@
933
'sources': [
934
'<@(node_sqlite_sources)',
935
],
936
- 'defines': [ 'HAVE_SQLITE=1' ],
937
}],
938
[ 'node_shared=="true" and node_module_version!="" and OS!="win"', {
939
'product_extension': '<(shlib_suffix)',
@@ -982,7 +981,6 @@
982
981
983
984
985
986
987
[ 'OS in "linux freebsd mac solaris openharmony" and '
988
'target_arch=="x64" and '
node.gypi
@@ -436,5 +436,10 @@
436
}, {
437
'defines': [ 'HAVE_AMARO=0' ]
438
439
+ [ 'node_use_sqlite=="true"', {
440
+ 'defines': [ 'HAVE_SQLITE=1' ],
441
+ }, {
442
+ 'defines': [ 'HAVE_SQLITE=0' ]
443
+ }],
444
445
}
0 commit comments