mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Include the configuration as a dependency
Apparently this wasn't even supposed to work, so it's probably a good idea to do it properly before things break.
This commit is contained in:
@@ -15,10 +15,7 @@ vst2_plugin_sources = files(
|
||||
'host-process.cpp',
|
||||
'utils.cpp',
|
||||
'vst2-plugin.cpp',
|
||||
) + [
|
||||
config_header,
|
||||
version_header,
|
||||
]
|
||||
)
|
||||
|
||||
vst3_plugin_sources = files(
|
||||
'../common/communication/common.cpp',
|
||||
@@ -91,7 +88,4 @@ vst3_plugin_sources = files(
|
||||
'host-process.cpp',
|
||||
'utils.cpp',
|
||||
'vst3-plugin.cpp',
|
||||
) + [
|
||||
config_header,
|
||||
version_header,
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user