diff options
author | CppCXY <812125110@qq.com> | 2022-04-14 22:52:29 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2022-04-14 22:52:29 +0800 |
commit | eeeff6ad7f8c9fdb7425d88e7d4f8fecb6f81095 (patch) | |
tree | 51123af083ecc21cd41af227c8efa12b94d2b4fe /make | |
parent | 30900bbcd5f8f6229c1ceb1621af377dcafa070a (diff) | |
download | lua-language-server-eeeff6ad7f8c9fdb7425d88e7d4f8fecb6f81095.zip |
由于没到mac10.15回滚修改
Diffstat (limited to 'make')
-rw-r--r-- | make/code_format.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/code_format.lua b/make/code_format.lua index c62fb0cc..6f5f120b 100644 --- a/make/code_format.lua +++ b/make/code_format.lua @@ -29,6 +29,7 @@ lm:source_set 'code_format' { }, macos = { flags = "-Wall -Werror", + defines = "NOT_SUPPORT_FILE_SYSTEM" }, linux = { defines = (function() |