ICU4C: Update to version 74.1
This commit is contained in:
@@ -623,6 +623,8 @@ thirdparty_icu_sources = [
|
||||
"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",
|
||||
@@ -688,7 +690,7 @@ thirdparty_icu_sources = [
|
||||
]
|
||||
thirdparty_icu_sources = [thirdparty_icu_dir + file for file in thirdparty_icu_sources]
|
||||
|
||||
icu_data_name = "icudt73l.dat"
|
||||
icu_data_name = "icudt74l.dat"
|
||||
|
||||
if env["static_icu_data"]:
|
||||
env_icu.Depends("../../../thirdparty/icu4c/icudata.gen.h", "../../../thirdparty/icu4c/" + icu_data_name)
|
||||
|
||||
Reference in New Issue
Block a user