Hardcoded change VFS type
This commit is contained in:
parent
37b0e09c94
commit
964db221c5
1 changed files with 3 additions and 0 deletions
3
build.sh
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue