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,6 +18,7 @@ vst2_chainloader_sources = files(
|
|||||||
'vst2-chainloader.cpp',
|
'vst2-chainloader.cpp',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if with_vst3
|
||||||
vst3_chainloader_sources = files(
|
vst3_chainloader_sources = files(
|
||||||
'../common/logging/common.cpp',
|
'../common/logging/common.cpp',
|
||||||
'../common/linking.cpp',
|
'../common/linking.cpp',
|
||||||
@@ -26,3 +27,4 @@ vst3_chainloader_sources = files(
|
|||||||
'utils.cpp',
|
'utils.cpp',
|
||||||
'vst3-chainloader.cpp',
|
'vst3-chainloader.cpp',
|
||||||
)
|
)
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user