aboutsummaryrefslogtreecommitdiff
path: root/audio/yabridge/fix_change_path.diff
diff options
context:
space:
mode:
Diffstat (limited to 'audio/yabridge/fix_change_path.diff')
-rw-r--r--audio/yabridge/fix_change_path.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/yabridge/fix_change_path.diff b/audio/yabridge/fix_change_path.diff
new file mode 100644
index 0000000000..0b0575deb1
--- /dev/null
+++ b/audio/yabridge/fix_change_path.diff
@@ -0,0 +1,14 @@
+diff --git a/tools/yabridgectl/src/main.rs b/tools/yabridgectl/src/main.rs
+index e66ef0da..6897260e 100644
+--- a/tools/yabridgectl/src/main.rs
++++ b/tools/yabridgectl/src/main.rs
+@@ -148,7 +148,8 @@ fn main() -> Result<()> {
+ "Automatically locate yabridge's files. This can be used after \
+ manually setting a path with the '--path' option to revert back to \
+ the default auto detection behaviour.",
+- ),
++ )
++ .action(ArgAction::SetTrue),
+ )
+ .arg(
+ Arg::new("vst2_location")