mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: _NT here too
This commit is contained in:
parent
4842719dd0
commit
b4b2e208f8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
local ext = os_uname.sysname
|
local ext = os_uname.sysname
|
||||||
if os_uname.sysname == "Windows" then ext = "dll"
|
if os_uname.sysname == "Windows_NT" then ext = "dll"
|
||||||
elseif os_uname.sysname == "Mac" then ext = "dylib"
|
elseif os_uname.sysname == "Mac" then ext = "dylib"
|
||||||
else ext = "so"
|
else ext = "so"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue