mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-17 08:53:56 +02:00
[yabridgectl] Show VST2 library architecture
Just like it already did for the VST3 library. This information was not necessary for the functionality of yabridgectl, but it does look nicer this way.
This commit is contained in:
@@ -101,10 +101,10 @@ pub fn show_status(config: &Config) -> Result<()> {
|
||||
let files = config.files();
|
||||
match &files {
|
||||
Ok(files) => {
|
||||
// TOOD: Also include the architecture here to avoid confusion
|
||||
println!(
|
||||
"libyabridge-chainloader-vst2.so: '{}'",
|
||||
files.vst2_chainloader.display()
|
||||
"libyabridge-chainloader-vst2.so: '{}' ({})",
|
||||
files.vst2_chainloader.display(),
|
||||
files.vst2_chainloader_arch,
|
||||
);
|
||||
println!(
|
||||
"libyabridge-chainloader-vst3.so: {}\n",
|
||||
|
||||
Reference in New Issue
Block a user