mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Patch icu : Do not use a specific name for static libs.
This commit is contained in:
committed by
Matthieu Gautier
parent
a9343f23b4
commit
912bd34637
@ -574,6 +574,7 @@ class Icu(Dependency, ReleaseDownloadMixin, MakeMixin):
|
||||
)
|
||||
data = Remotefile('icudt56l.dat',
|
||||
'e23d85eee008f335fc49e8ef37b1bc2b222db105476111e3d16f0007d371cbca')
|
||||
patches = ["icu4c_fix_static_lib_name_mingw.patch"]
|
||||
configure_option = "--disable-samples --disable-tests --disable-extras --enable-static --disable-dyload"
|
||||
subsource_dir = "source"
|
||||
|
||||
|
Reference in New Issue
Block a user