Skip to content

Commit 669073e

Browse files
authored
Merge pull request #1129 from sharksforarms/sharksforarms/fix-build
StringUtil.cpp in EmmyLuaCodeStyle requires wildcards lib
2 parents 8b9a2c1 + 4dc8288 commit 669073e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/code_format.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ lm:source_set 'code_format' {
77
rootdir = '../3rd/EmmyLuaCodeStyle',
88
includes = {
99
"include",
10-
"../bee.lua/3rd/lua"
10+
"../bee.lua/3rd/lua",
11+
"3rd/wildcards/include"
1112
},
1213
sources = {
1314
-- codeFormatLib

0 commit comments

Comments
 (0)