build(lib_install_dir): added lib_install_dir option

this option is useful for wheel builds
This commit is contained in:
2026-06-11 09:07:04 -04:00
parent 5753e2cc74
commit caf48f4590
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
option('pkg_config', type: 'boolean', value: true, description: 'generate pkg-config file for libconstants (fourdst_constants.pc)')
option('build_tests', type: 'boolean', value: true, description: 'control if tests are built or not')
option('build_examples', type: 'boolean', value: true, description: 'control if examples is built or not')
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.')