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