mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/magit: warn if emacsql fails to build #1751
This commit is contained in:
@ -95,7 +95,10 @@ disabled that in `+magit--forge-get-repository-lazily-a', we must manually
|
|||||||
ensure it is built when we actually use Forge."
|
ensure it is built when we actually use Forge."
|
||||||
:before #'forge-dispatch
|
:before #'forge-dispatch
|
||||||
(unless (file-executable-p emacsql-sqlite-executable)
|
(unless (file-executable-p emacsql-sqlite-executable)
|
||||||
(emacsql-sqlite-compile 2))))
|
(emacsql-sqlite-compile 2)
|
||||||
|
(unless (file-executable-p emacsql-sqlite-executable)
|
||||||
|
(message (concat "Failed to build emacsql; forge may not work correctly.\n"
|
||||||
|
"See *Compile-Log* buffer for details"))))))
|
||||||
|
|
||||||
|
|
||||||
(use-package! magit-todos
|
(use-package! magit-todos
|
||||||
|
Reference in New Issue
Block a user