summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-10 13:21:50 +0800
committerGitHub <noreply@github.com>2022-05-10 13:21:50 +0800
commit669073e384f22c9bae84fa38ffb75fe046a11491 (patch)
tree9e29f5be28506a7e1b1d69c16fa27fc2e333670e
parent8b9a2c1a58526457319df13cfbfb580b6c48f027 (diff)
parent4dc82883460e58eca4fcd662e5ae4c5936bbe8bd (diff)
downloadlua-language-server-669073e384f22c9bae84fa38ffb75fe046a11491.zip
Merge pull request #1129 from sharksforarms/sharksforarms/fix-build
StringUtil.cpp in EmmyLuaCodeStyle requires wildcards lib
-rw-r--r--make/code_format.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/code_format.lua b/make/code_format.lua
index 6f5f120b..e4fe09ed 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -7,7 +7,8 @@ lm:source_set 'code_format' {
rootdir = '../3rd/EmmyLuaCodeStyle',
includes = {
"include",
- "../bee.lua/3rd/lua"
+ "../bee.lua/3rd/lua",
+ "3rd/wildcards/include"
},
sources = {
-- codeFormatLib