ICU4C: Update to version 74.1
This commit is contained in:
@ -401,6 +401,8 @@ if env["builtin_icu4c"]:
|
||||
"common/uloc.cpp",
|
||||
"common/uloc_keytype.cpp",
|
||||
"common/uloc_tag.cpp",
|
||||
"common/ulocale.cpp",
|
||||
"common/ulocbuilder.cpp",
|
||||
"common/umapfile.cpp",
|
||||
"common/umath.cpp",
|
||||
"common/umutablecptrie.cpp",
|
||||
@ -466,7 +468,7 @@ if env["builtin_icu4c"]:
|
||||
]
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
icu_data_name = "icudt73l.dat"
|
||||
icu_data_name = "icudt74l.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