fix(libplugin): logging_p -> plugin_p

This commit is contained in:
2025-08-06 11:58:48 -04:00
parent 9bd8dacc03
commit ce61fc4ef5

View File

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