diff --git a/build.sh b/build.sh index 2156f3a..b4e608c 100755 --- a/build.sh +++ b/build.sh @@ -128,6 +128,9 @@ if [ $? -ne 0 ]; then exit $? fi +# change VFS type in +sed -ie 's/i = sqlite3_open(filename, &H->db);/sqlite3_vfs_register(sqlite3_vfs_find("unix-excl"), 1); i = sqlite3_open(filename, &H->db);/g' "${BUILD_DIR}/sqlite_driver.c" + # magic :) for FILE in "${BUILD_DIR}"/* do