make-lsp: Support SDCC
This commit is contained in:
parent
282c2f5b04
commit
358d98902b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ done
|
|||
|
||||
shift $((OPTIND-1))
|
||||
|
||||
COMPILER_RX='^\s*cc|^\s*cxx|^\s*c\+\+|^\s*gcc|^\s*g\+\+|^\s*clang|^\s*clang\+\+'
|
||||
COMPILER_RX='^\s*cc|^\s*cxx|^\s*c\+\+|^\s*gcc|^\s*g\+\+|^\s*clang|^\s*clang\+\+|^\s*sdcc'
|
||||
|
||||
[ "$DEBUG" -ne 0 ] && set -x
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue