diff options
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 81acf99..88dd0e0 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -9,8 +9,10 @@ }, 'target_defaults': { 'defines': [ + 'SQLITE_CORE', 'SQLITE_ENABLE_BROKEN_FTS2', 'SQLITE_ENABLE_FTS2', + 'SQLITE_ENABLE_FTS3', 'SQLITE_ENABLE_ICU', 'SQLITE_ENABLE_MEMORY_MANAGEMENT', 'SQLITE_SECURE_DELETE', @@ -190,7 +192,7 @@ 'src/where.c', ], 'sources/': [ - ['exclude', '^ext/(fts[13]|rtree)/'], + ['exclude', '^ext/(fts1|rtree)/'], ['exclude', '(symbian|os2|noop)\\.cc?$'], ], 'sources!': [ |