build: remove d suffix from lzmad.lib for vcpkg

The debug build of lzma.lib is no longer called lzmad.lib in vcpkg,
remove the 'd' suffix.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2022-03-17 21:16:43 +00:00
parent 7f4b5b6f93
commit a6affd3807
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -159,8 +159,8 @@ if(WIN32 AND CMAKE_TOOLCHAIN_FILE MATCHES vcpkg AND (X86_32 OR X86_64))
list(APPEND wxWidgets_LIBRARIES
${wxWidgets_LIB_DIR}/jpeg.lib
${wxWidgets_LIB_DIR}/lzma.lib
${wxWidgets_LIB_DIR}/tiff${deb_suffix}.lib
${wxWidgets_LIB_DIR}/lzma${deb_suffix}.lib
${wxWidgets_LIB_DIR}/libexpat${deb_suffix}MD.lib
${png_lib}
)