Removed excplicit using of VFS
This commit is contained in:
parent
bcec9ca73f
commit
f880a67457
1 changed files with 0 additions and 3 deletions
3
build.sh
3
build.sh
|
|
@ -128,9 +128,6 @@ if [ $? -ne 0 ]; then
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
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 :)
|
# magic :)
|
||||||
for FILE in "${BUILD_DIR}"/*
|
for FILE in "${BUILD_DIR}"/*
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue