Fix malformed include path bug for c++-mode
Include paths were incorrectly escaped, causing -I options to be ignored.
This commit is contained in:
parent
65e142fdd1
commit
ad013e96dd
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ compilation dbs."
|
|||
(irony-cdb--update-compile-options
|
||||
(append (delq nil (cdr-safe (assq major-mode +cc-compiler-options)))
|
||||
(cl-loop for path in +cc-include-paths
|
||||
collect (format "-I %s" (shell-quote-argument path))))
|
||||
nconc (list "-I" path)))
|
||||
(doom-project-root)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue