Rename kiwix-lib to libkiwix.

The new name of kiwix-lib is libkiwix. Let kiwix-build adopt the name.
This commit is contained in:
Matthieu Gautier
2021-06-24 16:59:51 +02:00
parent f16fb8f228
commit aa349a18e7
15 changed files with 67 additions and 67 deletions

View File

@ -134,7 +134,7 @@ class Android(MetaPlatformInfo):
return ['android_{}'.format(arch) for arch in option('android_arch')]
def add_targets(self, targetName, targets):
if targetName not in ('kiwix-lib-app',):
if targetName not in ('libkiwix-app',):
return super().add_targets(targetName, targets)
else:
return AndroidPlatformInfo.add_targets(self, targetName, targets)