mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Only set VST3 chainloader sources when enabled
This commit is contained in:
@@ -18,11 +18,13 @@ vst2_chainloader_sources = files(
|
|||||||
'vst2-chainloader.cpp',
|
'vst2-chainloader.cpp',
|
||||||
)
|
)
|
||||||
|
|
||||||
vst3_chainloader_sources = files(
|
if with_vst3
|
||||||
'../common/logging/common.cpp',
|
vst3_chainloader_sources = files(
|
||||||
'../common/linking.cpp',
|
'../common/logging/common.cpp',
|
||||||
'../common/notifications.cpp',
|
'../common/linking.cpp',
|
||||||
'../common/process.cpp',
|
'../common/notifications.cpp',
|
||||||
'utils.cpp',
|
'../common/process.cpp',
|
||||||
'vst3-chainloader.cpp',
|
'utils.cpp',
|
||||||
)
|
'vst3-chainloader.cpp',
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user