mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
Do not try to download subproject for libzim in flatpak.
This commit is contained in:
parent
3c1864c724
commit
7c2527c38f
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user