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
dab7fef19b
commit
f60e3fa62f
|
@ -85,7 +85,7 @@ if (WITH_ZIM)
|
|||
target_link_libraries(${GOLDENDICT} PRIVATE PkgConfig::ZIM)
|
||||
|
||||
if (APPLE)
|
||||
set(CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH};$(brew --prefix icu4c);/usr/local;/opt/homebrew/opt/icu4c")
|
||||
set(ICU_ROOT "$(brew --prefix icu4c)")
|
||||
|
||||
# 查找 ICU 库
|
||||
find_package(ICU REQUIRED COMPONENTS i18n data uc)
|
||||
|
|
Loading…
Reference in a new issue