You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that we are linking to the packaged library, even in cases where
libsqlite is available in the system.
* Move or replace all mkmf calls that would add -lsqlite3 to the command line:
pkg_config, find_library
* Explicitly link against the built sqlite3 as a static library.
0 commit comments