Merge pull request #77379 from bruvzg/update_ts_libs

Update HarfBuzz, ICU and FreeType
This commit is contained in:
Rémi Verschelde
2023-05-23 19:15:08 +02:00
810 changed files with 32198 additions and 11081 deletions

View File

@@ -297,6 +297,7 @@ if env["builtin_icu4c"]:
"common/lsr.cpp",
"common/lstmbe.cpp",
"common/messagepattern.cpp",
"common/mlbe.cpp",
"common/normalizer2.cpp",
"common/normalizer2impl.cpp",
"common/normlzr.cpp",
@@ -457,7 +458,7 @@ if env["builtin_icu4c"]:
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
icu_data_name = "icudt72l.dat"
icu_data_name = "icudt73l.dat"
if env.editor_build:
env_icu.Depends("#thirdparty/icu4c/icudata.gen.h", "#thirdparty/icu4c/" + icu_data_name)

View File

@@ -519,6 +519,7 @@ thirdparty_icu_sources = [
"common/lsr.cpp",
"common/lstmbe.cpp",
"common/messagepattern.cpp",
"common/mlbe.cpp",
"common/normalizer2.cpp",
"common/normalizer2impl.cpp",
"common/normlzr.cpp",
@@ -679,7 +680,7 @@ thirdparty_icu_sources = [
]
thirdparty_icu_sources = [thirdparty_icu_dir + file for file in thirdparty_icu_sources]
icu_data_name = "icudt72l.dat"
icu_data_name = "icudt73l.dat"
if env["static_icu_data"]:
env_icu.Depends("../../../thirdparty/icu4c/icudata.gen.h", "../../../thirdparty/icu4c/" + icu_data_name)