mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Correctly compile libkiwix on native_mixed
This commit is contained in:
@ -28,6 +28,8 @@ class Libkiwix(Dependency):
|
||||
return '-Db_bitcode=true'
|
||||
if platformInfo.name == 'flatpak':
|
||||
return '--wrap-mode=nodownload'
|
||||
if platformInfo.name == 'native_mixed' and option('target') == 'libkiwix':
|
||||
return "-Dstatic-linkage=true"
|
||||
return ''
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user