Skip to content

Commit

Permalink
build(windows): do not link to libcmtd
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 8, 2024
1 parent 889d294 commit 2e240fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ if(BUILD_SHARED_LIBS)
PRIVATE /DEF:${PROJECT_SOURCE_DIR}/capi/src/symbols-msvc.def
PRIVATE /NODEFAULTLIB:MSVCRT
PRIVATE /NODEFAULTLIB:MSVCRTD
PRIVATE /NODEFAULTLIB:LIBCMTD
)
set_target_properties(libchewing PROPERTIES
LINK_DEPENDS ${PROJECT_SOURCE_DIR}/capi/src/symbols-msvc.def
Expand Down
Binary file modified capi/data/mini.dat
Binary file not shown.

0 comments on commit 2e240fa

Please sign in to comment.