build/msvc: Fix name of import library

This commit is contained in:
b-r-o-c-k
2018-02-28 19:14:27 -06:00
parent d520e2590a
commit d99f8feea3

View File

@@ -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()