fix(libplugin): added to_string() to bool type

This commit is contained in:
2025-08-06 12:06:22 -04:00
parent f5dd28d675
commit d0deac8b2a

View File

@@ -1,4 +1,4 @@
plugin_p = subproject('libplugin', default_options: ['pkg-config=' + pkg_config_bool_str, 'tests=' + get_option('tests')])
plugin_p = subproject('libplugin', default_options: ['pkg-config=' + pkg_config_bool_str, 'tests=' + get_option('tests').to_string()])
libplugin = plugin_p.get_variable('libplugin')
plugin_dep = plugin_p.get_variable('plugin_dep')