From 9bdc18d4c05a2577ff22fc8ff60db126c8ae8aa8 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 24 Mar 2018 03:48:09 +0100 Subject: [PATCH] Fix typo --- libsqlite3-sys/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsqlite3-sys/upgrade.sh b/libsqlite3-sys/upgrade.sh index 198cd2d..4f8ba3b 100755 --- a/libsqlite3-sys/upgrade.sh +++ b/libsqlite3-sys/upgrade.sh @@ -15,7 +15,7 @@ rm -f $SQLITE.zip rm -f $SQLITE3_LIB_DIR/bindgen_bundled_version.rs SQLITE3_INCLUDE_DIR=$SQLITE3_LIB_DIR cargo update -# Just to make sure there is only one bingen.rs file in target dir +# Just to make sure there is only one bindgen.rs file in target dir find $SCRIPT_DIR/target -type f -name bindgen.rs -exec rm {} \; cargo build --features "buildtime_bindgen" --no-default-features find $SCRIPT_DIR/target -type f -name bindgen.rs -exec cp {} $SQLITE3_LIB_DIR/bindgen_bundled_version.rs \;