mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add a define for VST3 support
This commit is contained in:
@@ -49,6 +49,10 @@ if with_winedbg
|
|||||||
compiler_options += '-DWITH_WINEDBG'
|
compiler_options += '-DWITH_WINEDBG'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if with_vst3
|
||||||
|
compiler_options += '-DWITH_VST3'
|
||||||
|
endif
|
||||||
|
|
||||||
# Generate header files for configuration variables such as the current git tag
|
# Generate header files for configuration variables such as the current git tag
|
||||||
# and the name of the host binary
|
# and the name of the host binary
|
||||||
subdir('src/common/config')
|
subdir('src/common/config')
|
||||||
|
|||||||
Reference in New Issue
Block a user