Find the correct library file from the chainloader

Instead of using this hardcdoed path.
This commit is contained in:
Robbert van der Helm
2022-04-16 19:26:27 +02:00
parent 85989f4c1d
commit d73a0041eb
8 changed files with 151 additions and 22 deletions
+6 -2
View File
@@ -2,15 +2,19 @@
# main `meson.build` file so everything gets bundled to a single directory.
vst2_chainloader_sources = files(
'vst2-chainloader.cpp',
'../common/logging/common.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/process.cpp',
'utils.cpp',
'vst2-chainloader.cpp',
)
vst3_chainloader_sources = files(
'vst3-chainloader.cpp',
'../common/logging/common.cpp',
'../common/linking.cpp',
'../common/notifications.cpp',
'../common/process.cpp',
'utils.cpp',
'vst3-chainloader.cpp',
)