Merge pull request #724 from kiwix/fix_icu4c_meson_patch

This commit is contained in:
Matthieu Gautier 2024-08-21 11:02:24 +02:00 committed by GitHub
commit b027e1b78c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@ from .base import (
Dependency,
ReleaseDownload,
MakeBuilder,
MesonBuilder,
Builder as BaseBuilder,
)
@ -138,12 +137,6 @@ else:
topdir="data",
name="data",
)
extract_archive(
pj(neutralEnv("archive_dir"), self.meson_patch.name),
neutralEnv("source_dir"),
topdir="icu",
name=self.source_dir,
)
patches = [
"icu4c_fix_static_lib_name_mingw.patch",