fix: [macos] icudata missed in the final executable dependencies

This commit is contained in:
xiaoyifang 2024-11-18 14:56:22 +08:00
parent 169ea35026
commit 1fb15f62f8

View file

@ -86,7 +86,7 @@ if (WITH_ZIM)
if (APPLE)
# ICU
find_package(ICU REQUIRED COMPONENTS i18n data)
find_package(ICU REQUIRED COMPONENTS i18n data uc)
target_link_libraries(${GOLDENDICT} PRIVATE ${ICU_LIBRARIES})
endif ()
endif ()