diff options
author | CppCXY <812125110@qq.com> | 2022-01-19 23:22:20 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2022-01-19 23:22:20 +0800 |
commit | a437c702ab28f4017891a5875930a125923eb9be (patch) | |
tree | 41de7339ce1bf2d3d99f67eca69eea160d85fb29 | |
parent | b5ad43e635237aefe1a38e4d6b0df306f1d46202 (diff) | |
download | lua-language-server-a437c702ab28f4017891a5875930a125923eb9be.zip |
mac版本修改回去,更新依赖
m--------- | 3rd/EmmyLuaCodeStyle | 0 | ||||
-rw-r--r-- | make.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle -Subproject a313c19eab07bab2236c348bd241950e81f5fdb +Subproject b404e9ddc2c4e33fc2f73a62e2fccc7ad31a290 @@ -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 |