Skip to content

Commit 779a584

Browse files
committed
Fixed sqlite3 with NDK 15+
1 parent d197e29 commit 779a584

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
9+
LOCAL_CFLAGS := -DSQLITE_ENABLE_FTS4 -D_FILE_OFFSET_BITS=32
1010

1111
include $(BUILD_SHARED_LIBRARY)

0 commit comments

Comments
 (0)