You've already forked godot
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user