Skip to content

Commit

Permalink
Merge pull request #724 from kiwix/fix_icu4c_meson_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr authored Aug 21, 2024
2 parents 2a9d545 + 294c34c commit b027e1b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kiwixbuild/dependencies/icu4c.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Dependency,
ReleaseDownload,
MakeBuilder,
MesonBuilder,
Builder as BaseBuilder,
)

Expand Down Expand Up @@ -138,12 +137,6 @@ def _extract(self, context):
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",
Expand Down

0 comments on commit b027e1b

Please sign in to comment.