mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
[yabridgectl] Use the correct VST3 arch name
This commit is contained in:
@@ -208,7 +208,7 @@ impl Vst3Module {
|
||||
|
||||
#[allow(clippy::wildcard_in_or_patterns)]
|
||||
match config.and_then(|c| c.libyabridge_vst3.as_ref()) {
|
||||
Some((_, LibArchitecture::Lib32)) => path.push("x86-linux"),
|
||||
Some((_, LibArchitecture::Lib32)) => path.push("i386-linux"),
|
||||
// NOTE: We'll always fall back to this if `libyabridge-vst3.so` is not found, just so
|
||||
// we cannot get any errors during `yabridgectl status` even if yabridge is not
|
||||
// set up correctly.
|
||||
|
||||
Reference in New Issue
Block a user