diff options
author | sumneko <sumneko@hotmail.com> | 2019-06-05 10:45:01 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-06-05 10:45:01 +0800 |
commit | 0148fa046059f8963fc2f2aec47979ce27914eaf (patch) | |
tree | daa93f04b427c26e38d7772e57ccaca764e90b65 /make | |
parent | 331ecdcfe6e17339870c12ba87b97eb2f6fd47bd (diff) | |
download | lua-language-server-0148fa046059f8963fc2f2aec47979ce27914eaf.zip |
改成142
Diffstat (limited to 'make')
-rw-r--r-- | make/msvc_crt.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/msvc_crt.lua b/make/msvc_crt.lua index 70523827..31ecb0d2 100644 --- a/make/msvc_crt.lua +++ b/make/msvc_crt.lua @@ -34,7 +34,7 @@ local RedistVersion = (function () end)() local function crtpath(platform) - return InstallDir / 'VC' / 'Redist' / 'MSVC' / RedistVersion / platform / 'Microsoft.VC141.CRT' + return InstallDir / 'VC' / 'Redist' / 'MSVC' / RedistVersion / platform / 'Microsoft.VC142.CRT' end local function sdkpath() |