mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Find the correct library file from the chainloader
Instead of using this hardcdoed path.
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user