Skip to content

Commit 9b983ef

Browse files
JoshuaWiseArGeoph
authored andcommitted
added workaround for breaking change in sqlite build system for sqlite version 3.48.0
added tests for SQLITE_ENABLE_UPDATE_DELETE_LIMIT
1 parent 4c936d0 commit 9b983ef

File tree

3 files changed

+411
-370
lines changed

3 files changed

+411
-370
lines changed

Diff for: deps/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ echo "configuring amalgamation..."
8484
sh configure > /dev/null || exit 1
8585

8686
echo "building amalgamation..."
87-
make sqlite3.c > /dev/null || exit 1
87+
make OPTIONS="$CFLAGS" sqlite3.c > /dev/null || exit 1
8888

8989
echo "copying amalgamation..."
9090
cp sqlite3.c sqlite3.h sqlite3ext.h "$OUTPUT/" || exit 1

0 commit comments

Comments
 (0)