- Notifications
You must be signed in to change notification settings - Fork245
Open
Description
common_lib links with stubdata
common_lib = library(#… link_with: stubdata_lib,#…)
which is fine for build, but the dependency ought to link againsticudata_dep
from the source/data/meson.build. Instead,icuuc_dep
links with the samecommon_lib
.
icuuc_dep = declare_dependency( link_with: common_lib, compile_args: usage_args, include_directories: incdir, dependencies: dl_dep,)
Not sure if this is a regression or not. I see it in the 'current' wrap
source_url = https://github.com/unicode-org/icu/releases/download/release-77-1/icu4c-77_1-src.tgzsource_filename = icu4c-77_1-src.tgzsource_hash = 588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061patch_filename = icu_77.1-1_patch.zippatch_url = https://wrapdb.mesonbuild.com/v2/icu_77.1-1/get_patchpatch_hash = e74d6061fbb6c72f30fc8f755ed7a7780d8a35551630c71f4677a8e2b6a34547source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/icu_77.1-1/icu4c-77_1-src.tgzwrapdb_version = 77.1-1
Metadata
Metadata
Assignees
Labels
No labels