Skip to content

Commit dde61cd

Browse files
committed
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 c12f109 commit dde61cd

3 files changed

Lines changed: 411 additions & 370 deletions

File tree

deps/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ echo "configuring amalgamation..."
8383
sh configure > /dev/null || exit 1
8484

8585
echo "building amalgamation..."
86-
make sqlite3.c > /dev/null || exit 1
86+
make OPTIONS="$CFLAGS" sqlite3.c > /dev/null || exit 1
8787

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

0 commit comments

Comments
 (0)