mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Do not try to download subproject for libzim in flatpak.
This commit is contained in:
@ -25,4 +25,6 @@ class Libzim(Dependency):
|
||||
return "-Db_bitcode=true"
|
||||
if platformInfo.name == 'native_mixed' and option('target') == 'libzim':
|
||||
return "-Dstatic-linkage=true"
|
||||
if platformInfo.name == "flatpak":
|
||||
return "--wrap-mode=nodownload"
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user