mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
v2 reverted to using `emacsql-sqlite` instead of `emacsql-sqlite3`. It will now try to build the needed `sqlite3` executable by itself, using a C compiler that it can find, which is normally gcc or clang. Previously in v1 it would only check for `sqlite3` executable (using `executable-find`) and wouldn't do anything else.