mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
remove 'zimwriterfs' project from build and CI configuration
'zimwriterfs' is now a part of zim-tools (openzim/zim-tools/#92)
This commit is contained in:
committed by
Kelson
parent
0910e3bc7d
commit
da31dd428e
@ -16,6 +16,9 @@ class ZimTools(Dependency):
|
||||
|
||||
@property
|
||||
def configure_option(self):
|
||||
base_option = ""
|
||||
if self.buildEnv.platformInfo.build not in ('android', 'win32'):
|
||||
base_option += " -Dmagic-install-prefix={buildEnv.install_dir}"
|
||||
if self.buildEnv.platformInfo.static:
|
||||
return "-Dstatic-linkage=true"
|
||||
return ""
|
||||
base_option += " -Dstatic-linkage=true"
|
||||
return base_option
|
||||
|
Reference in New Issue
Block a user