mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
build/msvc: Fix name of import library
This commit is contained in:
@@ -44,7 +44,7 @@ endif()
|
|||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# The import library for the msgpack DLL has a different name
|
# The import library for the msgpack DLL has a different name
|
||||||
list(APPEND MSGPACK_NAMES msgpack_import)
|
list(APPEND MSGPACK_NAMES msgpackc_import)
|
||||||
else()
|
else()
|
||||||
list(APPEND MSGPACK_NAMES msgpackc msgpack)
|
list(APPEND MSGPACK_NAMES msgpackc msgpack)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user