icu4c ver. bump

This commit is contained in:
Rmys
2026-02-16 20:28:30 +03:00
parent 9ca9fce153
commit 6d7185cd10
3 changed files with 46 additions and 13 deletions
+3
View File
@@ -18,6 +18,9 @@ def setup():
--disable-silent-rules"
if get.buildTYPE() == "_emul32":
shelltools.system("patch -p1 < icu-77.1-invalid-malloc.patch")
shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CXX())