Add the plugin library names to config.h.in

This commit is contained in:
Robbert van der Helm
2022-04-16 19:01:36 +02:00
parent 3cad93cb65
commit d63b4d2da5
3 changed files with 23 additions and 5 deletions
+2
View File
@@ -5,6 +5,8 @@ config_header = configure_file(
output : 'config.h',
configuration : configuration_data(
{
'vst2_plugin_name': 'lib' + vst2_plugin_name + '.so',
'vst3_plugin_name': 'lib' + vst3_plugin_name + '.so',
'individual_host_binary_32bit': individual_host_name_32bit + '.exe',
'individual_host_binary_64bit': individual_host_name_64bit + '.exe',
'group_host_binary_32bit': group_host_name_32bit + '.exe',