Skip to content

Commit 5b097dc

Browse files
authored
Merge pull request kivy#2915 from HyTurtle/json1
enable json1 extenstion in sqlite3
2 parents d8c3947 + eb5b46a commit 5b097dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/sqlite3/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ LOCAL_SRC_FILES := sqlite3.c
66

77
LOCAL_MODULE := sqlite3
88

9-
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4 -D_FILE_OFFSET_BITS=32
9+
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4 -D_FILE_OFFSET_BITS=32 -DSQLITE_ENABLE_JSON1
1010

1111
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)