mirror of https://github.com/kiwix/kiwix-tools.git
Those options were added by the kiwix-build.py script. But it's better to add them in the meson.build script to allow people not using kiwix-build to compile static binaries either.pull/18/head
parent
db7e1e5c8f
commit
0f6ca21188
@ -1,2 +1,4 @@
|
||||
option('static-linkage', type : 'boolean', value : false,
|
||||
description : 'Create statically linked binaries.')
|
||||
option('ctpp2-install-prefix', type : 'string', value : '',
|
||||
description : 'Prefix where ctpp libs has been installed')
|
||||
|
||||
Loading…
Reference in new issue