mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix broken MacOS irony-mode building command.
Found same issue described here: https://www.reddit.com/r/emacs/comments/d0kxj4/ironymode_installing_server_help/
This commit is contained in:
@ -76,7 +76,8 @@ mkdir irony-mode/server/build
|
|||||||
pushd irony-mode/server/build
|
pushd irony-mode/server/build
|
||||||
|
|
||||||
DEST="$HOME/.emacs.d/.local/etc/irony-server/"
|
DEST="$HOME/.emacs.d/.local/etc/irony-server/"
|
||||||
cmake -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
cmake -DCMAKE_PREFIX_PATH=/usr/local/opt/llvm \
|
||||||
|
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX="$DEST" ../
|
-DCMAKE_INSTALL_PREFIX="$DEST" ../
|
||||||
cmake --build . --use-stderr --config Release --target install
|
cmake --build . --use-stderr --config Release --target install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user