1
0
Fork 0

Removed excplicit using of VFS

This commit is contained in:
Sergey Payu 2017-12-08 09:24:08 +00:00
parent bcec9ca73f
commit f880a67457

View file

@ -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