mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
fix: windows-msvc
This commit is contained in:
parent
5eaefb52c7
commit
add4ff2879
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ local platform = string.lower(os_uname.sysname)
|
||||||
if platform == "mac" then
|
if platform == "mac" then
|
||||||
platform = "darwin"
|
platform = "darwin"
|
||||||
elseif platform == "windows_nt" then
|
elseif platform == "windows_nt" then
|
||||||
platform = "windows-gnu"
|
platform = "windows-msvc"
|
||||||
else
|
else
|
||||||
platform = platform .. "-gnu"
|
platform = platform .. "-gnu"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue