mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-18 17:32:25 +08:00
Upgrade bundled sqlite to 3.31.1
This commit is contained in:
@@ -4,7 +4,7 @@ cd $SCRIPT_DIR
|
||||
export SQLITE3_LIB_DIR=$SCRIPT_DIR/sqlite3
|
||||
|
||||
# Download and extract amalgamation
|
||||
SQLITE=sqlite-amalgamation-3310000
|
||||
SQLITE=sqlite-amalgamation-3310100
|
||||
curl -O https://sqlite.org/2020/$SQLITE.zip
|
||||
unzip -p $SQLITE.zip $SQLITE/sqlite3.c > $SQLITE3_LIB_DIR/sqlite3.c
|
||||
unzip -p $SQLITE.zip $SQLITE/sqlite3.h > $SQLITE3_LIB_DIR/sqlite3.h
|
||||
|
||||
Reference in New Issue
Block a user