diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-14 18:58:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-14 18:58:30 +0800 |
commit | a09eaea2183d23071ff4297ae9d9d5aee4b4bc8b (patch) | |
tree | cd8b4270682f43be527ed0ff7e02b099b58c8eee /make | |
parent | 699790e180aa790de6dd10b2bbe4cbe6e90f37c5 (diff) | |
download | lua-language-server-a09eaea2183d23071ff4297ae9d9d5aee4b4bc8b.zip |
update compile
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index 48e4c80f..b5b52d73 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -30,5 +30,7 @@ lm:source_set 'code_format' { return "NOT_SUPPORT_FILE_SYSTEM" end end)() - } + }, + c = 'c89', + cxx = 'c++17', } |