mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Fix extract of meson archive.
Previous commit was removing the meson_archive. Fix #723
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user