From d620117f6d6bf944f3a4601de0d753ab680f03a1 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 9 Jan 2021 23:35:46 +0100 Subject: [PATCH] Mention option for disabling VST3 support in error --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 24fbcefc..7bc7abf1 100644 --- a/meson.build +++ b/meson.build @@ -82,7 +82,8 @@ if wine_version.returncode() == 0 and \ wine_version.stdout().version_compare('<5.7') and \ with_vst3 error('Because of a bug in Wine < 5.7\n' + - 'you cannot build yabridge with VST3 support using these older Wine versions.\n\n' + + 'you cannot build yabridge with VST3 support using these older Wine versions.\n' + + 'Use the \'-Dwith-vst3=false\' build option to disable VST3 support.\n\n' + 'https://github.com/robbert-vdh/yabridge/issues/63#issuecomment-757369645') endif