mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Update armhf toolschain.
This commit is contained in:
@ -44,3 +44,10 @@ class zlib(Dependency):
|
||||
binary_path=pj(self.buildEnv.install_dir, 'bin'),
|
||||
)
|
||||
return ""
|
||||
|
||||
@property
|
||||
def make_target(self):
|
||||
if self.buildEnv.platformInfo.static:
|
||||
return "static"
|
||||
else:
|
||||
return "shared"
|
||||
|
Reference in New Issue
Block a user