From d52e932149835a6197bfb0a66f57d7eb980cba0e Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 24 Apr 2023 10:33:45 -0500 Subject: [PATCH] doc(core): Update core/subprojects/README.md Co-authored-by: Eberhard Beilharz --- core/subprojects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/subprojects/README.md b/core/subprojects/README.md index 56618e1df0..4ff961beae 100644 --- a/core/subprojects/README.md +++ b/core/subprojects/README.md @@ -9,4 +9,4 @@ - When building for Linux, [ICU](https://icu.unicode.org) must already be installed. The system ICU will be used instead of the subproject. - Patches for icu (i.e. meson build files) are in [`packagefiles/icu`](./packagefiles/icu/) - It would be preferable to use meson's [wrapdb](https://mesonbuild.com/Wrapdb-projects.html), and in fact the patchfiles here are sourced from that project. -- However, Having our own patchfiles allows for slimming down ICU, at least until the wrapdb version is more configurable [mesonbuild/wrapdb#950](https://github.com/mesonbuild/wrapdb/issues/950) +- However, having our own patchfiles allows for slimming down ICU, at least until the wrapdb version is more configurable [mesonbuild/wrapdb#950](https://github.com/mesonbuild/wrapdb/issues/950)