Skip to content

Commit

Permalink
revise(defs): add libsqlite3.so.0 to lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsVreman authored Feb 19, 2024
1 parent b7e28c8 commit 40701b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/sqlite/defs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ local clib = (function()
"/usr/lib/x86_64-linux-gnu/libsqlite3.so",
"/usr/lib/x86_64-linux-gnu/libsqlite3.so.0",
"/usr/lib64/libsqlite3.so",
"/usr/lib64/libsqlite3.so.0",
"/usr/lib/libsqlite3.so",
}
for _, v in pairs(linux_paths) do
Expand Down

0 comments on commit 40701b6

Please sign in to comment.