summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCppCXY <812125110@qq.com>2022-01-19 23:22:20 +0800
committerCppCXY <812125110@qq.com>2022-01-19 23:22:20 +0800
commita437c702ab28f4017891a5875930a125923eb9be (patch)
tree41de7339ce1bf2d3d99f67eca69eea160d85fb29
parentb5ad43e635237aefe1a38e4d6b0df306f1d46202 (diff)
downloadlua-language-server-a437c702ab28f4017891a5875930a125923eb9be.zip
mac版本修改回去,更新依赖
m---------3rd/EmmyLuaCodeStyle0
-rw-r--r--make.lua2
2 files changed, 1 insertions, 1 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle
-Subproject a313c19eab07bab2236c348bd241950e81f5fdb
+Subproject b404e9ddc2c4e33fc2f73a62e2fccc7ad31a290
diff --git a/make.lua b/make.lua
index 08872bdb..466fe4a4 100644
--- a/make.lua
+++ b/make.lua
@@ -11,7 +11,7 @@ if platform.OS == 'macOS' then
elseif lm.platform == "darwin-arm64" then
lm.target = "arm64-apple-macos11"
elseif lm.platform == "darwin-x64" then
- lm.target = "x86_64-apple-macos10.15"
+ lm.target = "x86_64-apple-macos10.12"
else
error "unknown platform"
end