tools/magit: warn if emacsql fails to build #1751
This commit is contained in:
parent
005647fd64
commit
92c839be02
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue