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