doom 下使用forge时错误: Compiling EmacSQL SQLite binary nil

[BUG] forge not working with magit #1751 按照说明: M-x eval-expression RET (emacsql-sqlite-compile 2) 结果提示:

Compiling  EmacSQL SQLite binary nil

I solved the problem by doing this:

xcode-select -s /Applications/Xcode.app

and eval: (emacsql-sqlite-compile 2) built successfully.

可以用我这个替换emacsql-sqlite

用法见README和About Closql