rizin/subprojects/packagefiles/libzip-1.11.4/meson_options.txt
Maijin 07d3a812f7
subprojects: update libzip 1.11.4 (#5701)
Update libzip to 1.11.4

---------

Co-authored-by: Maijin <maijin21@gmail.com>
2025-12-30 05:29:39 +08:00

3 lines
417 B
Meson

option('use_sys_zlib', type: 'boolean', value: false, description: 'When true it looks for system zlib dependency, otherwise it embeds one')
option('static_runtime', type: 'boolean', value: false, description: 'Set to true when you want static libraries/dependencies and runtime')
option('use_sys_openssl', type: 'boolean', value: true, description: 'Whether to use or not system openssl dependency to build libzip')