mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Just in case
This commit is contained in:
parent
ce3712a9c4
commit
81739f7915
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,8 @@
|
|||
(defun lls/get-tool (tool-regexp &optional directories)
|
||||
(cl-mapcan #'(lambda (dir)
|
||||
(when (file-exists-p dir)
|
||||
(when (string-match-p "/sim/sds11.*" dir)
|
||||
(message "Checking %s..." dir))
|
||||
(directory-files dir t tool-regexp)))
|
||||
(or directories
|
||||
(lls/get-llvm-bin-dirs))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue