From 358d98902b343007d4d5cc6cf8178563a3445cb5 Mon Sep 17 00:00:00 2001 From: Andrea Rogers Date: Wed, 15 Nov 2023 04:47:10 -0600 Subject: [PATCH] make-lsp: Support SDCC --- scripts/make-lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-lsp b/scripts/make-lsp index 2c77235..fdc7e9d 100755 --- a/scripts/make-lsp +++ b/scripts/make-lsp @@ -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