Skip to content

Commit

Permalink
Add some defines from the autoconf configuration.
Browse files Browse the repository at this point in the history
No idea really if this helps anything...
  • Loading branch information
TooTallNate committed Feb 13, 2012
1 parent 2faf80d commit 812c5d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deps/sqlite3/sqlite3.gyp
Expand Up @@ -45,9 +45,16 @@
'direct_dependent_settings': {
'include_dirs': [ '.' ],
'defines': [
'SQLITE_THREADSAFE=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_RTREE'
],
},
'defines': [
'_REENTRANT=1',
'SQLITE_THREADSAFE=1',
'SQLITE_ENABLE_FTS3',
'SQLITE_ENABLE_RTREE'
],
'sources': [ './sqlite3.c', ],
},
Expand Down

0 comments on commit 812c5d3

Please sign in to comment.