Skip to content

Commit

Permalink
Merge pull request #2915 from HyTurtle/json1
Browse files Browse the repository at this point in the history
enable json1 extenstion in sqlite3
  • Loading branch information
AndreMiras authored Nov 9, 2023
2 parents d8c3947 + eb5b46a commit 5b097dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/sqlite3/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ LOCAL_SRC_FILES := sqlite3.c

LOCAL_MODULE := sqlite3

LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4 -D_FILE_OFFSET_BITS=32
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4 -D_FILE_OFFSET_BITS=32 -DSQLITE_ENABLE_JSON1

include $(BUILD_SHARED_LIBRARY)

0 comments on commit 5b097dc

Please sign in to comment.