summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-06-05 10:45:01 +0800
committersumneko <sumneko@hotmail.com>2019-06-05 10:45:01 +0800
commit0148fa046059f8963fc2f2aec47979ce27914eaf (patch)
treedaa93f04b427c26e38d7772e57ccaca764e90b65 /make
parent331ecdcfe6e17339870c12ba87b97eb2f6fd47bd (diff)
downloadlua-language-server-0148fa046059f8963fc2f2aec47979ce27914eaf.zip
改成142
Diffstat (limited to 'make')
-rw-r--r--make/msvc_crt.lua2
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()