Skip to content

Commit

Permalink
Merge pull request #662 from chewing/build-windows-stdlib
Browse files Browse the repository at this point in the history
build(windows): do not link to libcmtd
  • Loading branch information
kanru authored Dec 8, 2024
2 parents 889d294 + 2e240fa commit 2a356df
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 2a356df

Please sign in to comment.