1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #67968 from bruvzg/icu72.1

ICU: Update to version 72.1
This commit is contained in:
Rémi Verschelde
2022-10-31 14:25:37 +01:00
216 changed files with 8548 additions and 7566 deletions

View File

@@ -451,7 +451,7 @@ if env["builtin_icu"]:
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
icu_data_name = "icudt71l.dat"
icu_data_name = "icudt72l.dat"
if env.editor_build:
env_icu.Depends("#thirdparty/icu4c/icudata.gen.h", "#thirdparty/icu4c/" + icu_data_name)