Commit 812c5d39 by Nathan Rajlich

Add some defines from the autoconf configuration.

No idea really if this helps anything...
parent 2faf80d8
...@@ -45,9 +45,16 @@ ...@@ -45,9 +45,16 @@
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ '.' ], 'include_dirs': [ '.' ],
'defines': [ 'defines': [
'SQLITE_THREADSAFE=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_RTREE'
], ],
}, },
'defines': [ 'defines': [
'_REENTRANT=1',
'SQLITE_THREADSAFE=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_RTREE'
], ],
'sources': [ './sqlite3.c', ], 'sources': [ './sqlite3.c', ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment