summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/code_format.lua6
1 files changed, 5 insertions, 1 deletions
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",
+ },
}