mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Remove old workaround for rare Ubuntu path issue
This got fixed properly in `get_file_location()`, but this function still contained an old hack.
This commit is contained in:
@@ -138,8 +138,7 @@ fs::path find_vst_host(PluginArchitecture plugin_arch, bool use_plugin_groups) {
|
||||
}
|
||||
|
||||
fs::path find_vst_plugin() {
|
||||
const fs::path this_plugin_path =
|
||||
"/" / fs::path("/" + get_this_file_location().string());
|
||||
const fs::path this_plugin_path = get_this_file_location();
|
||||
|
||||
fs::path plugin_path(this_plugin_path);
|
||||
plugin_path.replace_extension(".dll");
|
||||
|
||||
Reference in New Issue
Block a user