mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
fix: [macos] icudata missed in the final executable dependencies
This commit is contained in:
parent
169ea35026
commit
1fb15f62f8
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue