[go: nahoru, domu]

Skip to content

Commit

Permalink
I was informed by Roger Binns that FTS5 is not stable yet. Build with
Browse files Browse the repository at this point in the history
FTS3 and FTS4 instead.
  • Loading branch information
ghaering committed Aug 19, 2015
1 parent 90f6fe6 commit 37ee7fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ def _pkgconfig_library_dirs(self, package):
def build_extension(self, ext):
if self.amalgamation:
ext.define_macros += [
("SQLITE_ENABLE_FTS5", "1"),
("SQLITE_ENABLE_FTS3", "1"),
("SQLITE_ENABLE_FTS3_PARENTHESIS", "1"),
("SQLITE_ENABLE_FTS4", "1"),
("SQLITE_ENABLE_RTREE", "1")]
ext.sources.append("sqlite3.c")
try:
Expand Down

0 comments on commit 37ee7fd

Please sign in to comment.