mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
1
This commit is contained in:
parent
549866f25a
commit
289ba9c361
|
@ -87,6 +87,7 @@ if (WITH_ZIM)
|
|||
if (APPLE)
|
||||
# 查找 ICU 库
|
||||
# 设置 CMAKE_PREFIX_PATH
|
||||
set(ICU_DEBUG ON)
|
||||
set(ICU_ROOT "/usr/local/opt/icu4c")
|
||||
message(STATUS "ICU_LIBRARIES: $(brew --prefix icu4c)")
|
||||
find_package(ICU REQUIRED COMPONENTS i18n data uc)
|
||||
|
|
Loading…
Reference in a new issue