diff --git a/meson.build b/meson.build index 9471ffa0..118d3d69 100644 --- a/meson.build +++ b/meson.build @@ -49,6 +49,10 @@ if with_winedbg compiler_options += '-DWITH_WINEDBG' endif +if with_vst3 + compiler_options += '-DWITH_VST3' +endif + # Generate header files for configuration variables such as the current git tag # and the name of the host binary subdir('src/common/config')