build(libconfig): fixed issues with libconfig installing in python wheel

This commit is contained in:
2025-12-20 14:49:27 -05:00
parent 47341c9845
commit 63caa78f15
5 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.9.17', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.9.18', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')