Fix a typo in a comment in the plugin lookup

This commit is contained in:
Robbert van der Helm
2022-01-27 21:18:12 +01:00
parent 89d596ca6b
commit 92a09832d8
+1 -1
View File
@@ -164,7 +164,7 @@ fs::path find_plugin_library(const fs::path& this_plugin_path,
} break;
case PluginType::vst3: {
// A VST3 plugin in Linux always has to be inside of a bundle (=
// directory) named `X.vst3` that contains a static object
// directory) named `X.vst3` that contains a shared object
// `X.vst3/Contents/x86_64-linux/X.so`. On Linux `X.so` is not
// allowed to be standalone, so for yabridge this should also always
// be installed this way.