Michael Cho
1a063fee7e
meson.build: support building with ICU 76
...
ICU 76 decided to reduce overlinking[^1] thus `icu-i18n` will no longer
add `icu-uc` when linking to shared libraries. This results in failure:
```
src/lib/icu/libicu.a.p/Converter.cxx.o: undefined reference to symbol 'ucnv_fromUnicode_76'
```
[^1]: 199bc82702
2024-10-27 09:57:22 -04:00
..
2024-07-29 15:42:46 +02:00
2024-03-11 15:32:24 +01:00
2023-03-06 14:59:48 +01:00
2024-05-13 12:28:40 +02:00
2023-05-22 19:52:08 +02:00
2024-08-30 12:30:18 +02:00
2024-03-11 15:32:24 +01:00
2024-05-13 12:28:40 +02:00
2024-07-05 14:33:07 +00:00
2024-09-27 08:48:30 +02:00
2023-03-06 14:59:48 +01:00
2024-10-27 09:57:22 -04:00
2023-09-11 22:17:45 +02:00
2024-05-23 20:54:49 +02:00
2023-02-03 18:38:20 -05:00
2023-10-04 17:32:12 +02:00
2023-03-06 14:59:48 +01:00
2023-03-06 14:59:48 +01:00
2024-05-23 20:54:49 +02:00
2018-10-14 23:41:38 +02:00
2024-04-16 11:50:18 +02:00
2023-03-06 14:59:48 +01:00
2024-05-23 20:54:49 +02:00
2024-05-13 12:28:40 +02:00
2024-05-13 12:28:40 +02:00
2024-06-25 20:32:33 +02:00