Add :requires prop to def-bootstrap! & refactor+rewrite bootstrapping
This commit is contained in:
parent
71dbf605ae
commit
72698ca9e8
9 changed files with 84 additions and 55 deletions
|
@ -56,5 +56,4 @@
|
|||
(when IS-MAC
|
||||
(sh (format "install_name_tool -change @rpath/libclang.dylib %s %s"
|
||||
"/usr/local/opt/llvm/lib/libclang.dylib"
|
||||
(expand-file-name "bin/irony-server" irony-server-install-prefix)))))
|
||||
t))
|
||||
(expand-file-name "bin/irony-server" irony-server-install-prefix)))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue