build(lib_install_dir): added lib_install_dir option

this is helpful for wheel builds
This commit is contained in:
2026-06-11 09:13:00 -04:00
parent f9cf681c67
commit 6f06cf03a7
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
option('pkg_config', type: 'boolean', value: true, description: 'generate pkg-config file for liblogging (fourdst_liblogging.pc)')
option('build_tests', type: 'boolean', value: true, description: 'generate unit tests (uses gtest)')
option('build_examples', type: 'boolean', value: true, description: 'generate example programs')
option('lib_install_dir', type: 'string', value: '', description: 'Override install dir for the shared library (used by the fourdst umbrella to place libs inside the Python package in wheel builds). Empty = default libdir.')