summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------3rd/EmmyLuaCodeStyle0
-rw-r--r--make/code_format.lua6
2 files changed, 5 insertions, 1 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle
-Subproject b404e9ddc2c4e33fc2f73a62e2fccc7ad31a290
+Subproject c49a73eb6b98215d9d3763f2e0ca5f801d5bfd6
diff --git a/make/code_format.lua b/make/code_format.lua
index 11b97e4a..17007fdd 100644
--- a/make/code_format.lua
+++ b/make/code_format.lua
@@ -19,5 +19,9 @@ lm:source_set 'code_format' {
"CodeService/src/*.cpp",
"CodeService/src/FormatElement/*.cpp",
"CodeService/src/NameStyle/*.cpp"
- }
+ },
+ macos = {
+ -- macosx10.12不支持完整的std filesystem,只好砍功能
+ defines = "NOT_SURPPORT_FILE_SYSTEM",
+ },
}