Skip to content

Commit e6640bf

Browse files
committed
enable fts3;
1 parent 19621a0 commit e6640bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/recipes/sqlite3/Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ LOCAL_SRC_FILES := sqlite3.c
66

77
LOCAL_MODULE := sqlite3
88

9+
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS3
10+
911
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)