Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with ICU 76 #936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix build with ICU 76 #936

wants to merge 1 commit into from

Commits on Oct 31, 2024

  1. Fix build with ICU 76

    Due to unicode-org/icu@199bc82, ICU 76 no longer adds `icu-uc` by
    default. This causes linker errors for undefined symbols like
    `icu_76::UnicodeString::doReplace(...)`, referenced from:
    `zim::removeAccents(...)` in tools.cpp.o.
    
    Meson will automatically flatten the dependencies list as documented
    at https://mesonbuild.com/Reference-manual_functions.html#build_target
    cho-m committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    48c8c3f View commit details
    Browse the repository at this point in the history