mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
6 lines
268 B
EmacsLisp
6 lines
268 B
EmacsLisp
((nil
|
|
(eval . (let ((root (projectile-project-root)))
|
|
(let ((includes (list "/opt/psn00bsdk/include/libpsn00b"
|
|
(concat root "include"))))
|
|
(setq-local flycheck-clang-include-path includes)
|
|
(setq-local flycheck-gcc-include-path includes))))))
|