Use icu4c pre-compiled using MSVC2022 on Windows

This commit is contained in:
Matthieu Gautier 2024-08-28 17:28:24 +02:00
parent 7009841bcc
commit 01655d3ce0
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ if platform.system() == "Windows":
class Source(ReleaseDownload): class Source(ReleaseDownload):
archive = Remotefile( archive = Remotefile(
"icu4c-73_1-Win64-MSVC2019.zip", "icu4c-74_1-Win64-MSVC2022.zip",
"", "",
"https://github.com/unicode-org/icu/releases/download/release-73-1/icu4c-73_1-Win64-MSVC2019.zip", "https://github.com/unicode-org/icu/releases/download/release-74-1/icu4c-74_1-Win64-MSVC2022.zip",
) )
class Builder(BaseBuilder): class Builder(BaseBuilder):