Fix CLAP library name in generated config.h

This commit is contained in:
Robbert van der Helm
2022-08-24 17:18:36 +02:00
parent dd0ef70d3e
commit 77e703e9e3
+1
View File
@@ -5,6 +5,7 @@ config_header = configure_file(
output : 'config.h',
configuration : configuration_data(
{
'clap_plugin_name': 'lib' + clap_plugin_name + '.so',
'vst2_plugin_name': 'lib' + vst2_plugin_name + '.so',
'vst3_plugin_name': 'lib' + vst3_plugin_name + '.so',
'host_binary_32bit': host_name_32bit + '.exe',