Mention option for disabling VST3 support in error

This commit is contained in:
Robbert van der Helm
2021-01-09 23:35:46 +01:00
parent 7801313566
commit d620117f6d
+2 -1
View File
@@ -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