Correctly compile libkiwix on native_mixed
This commit is contained in:
parent
67a20fd576
commit
cd0c2da542
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue