mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
- The meson's `wrapper` option is removed. - New meson's option `static-linkage` is added to tell meson to link with static library.
5 lines
208 B
Meson
5 lines
208 B
Meson
option('static-linkage', type : 'boolean', value : false,
|
|
description : 'Link statically with the dependencies.')
|
|
option('doc', type : 'boolean', value : false,
|
|
description : 'Build the documentations.')
|