mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
Android libc doesn't support all thread feature (as pthread_cancel). Do not compile those files if we are compiling for android.
5 lines
226 B
Meson
5 lines
226 B
Meson
option('ctpp2-install-prefix', type : 'string', value : '',
|
|
description : 'Prefix where ctpp libs has been installed')
|
|
option('android', type : 'boolean', value : false,
|
|
description : 'Do we make a kiwix-lib for android')
|