mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-24 12:57:31 +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',
|
||||
)
|
||||
|
||||
if with_vst3
|
||||
vst3_chainloader_sources = files(
|
||||
'../common/logging/common.cpp',
|
||||
'../common/linking.cpp',
|
||||
@@ -26,3 +27,4 @@ vst3_chainloader_sources = files(
|
||||
'utils.cpp',
|
||||
'vst3-chainloader.cpp',
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user