mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Fix a typo in a comment in the plugin lookup
This commit is contained in:
@@ -164,7 +164,7 @@ fs::path find_plugin_library(const fs::path& this_plugin_path,
|
|||||||
} break;
|
} break;
|
||||||
case PluginType::vst3: {
|
case PluginType::vst3: {
|
||||||
// A VST3 plugin in Linux always has to be inside of a bundle (=
|
// 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
|
// `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
|
// allowed to be standalone, so for yabridge this should also always
|
||||||
// be installed this way.
|
// be installed this way.
|
||||||
|
|||||||
Reference in New Issue
Block a user