From 7f05d696c4d3bee15b61f01ccc254d8eeb4c2a9d Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 1 Dec 2024 10:51:22 +0100 Subject: [PATCH] fix: update wivrn libmonado path to wirvn/libmonado_wivrn.so --- src/profile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.rs b/src/profile.rs index 3a2dfe0..d67a7ac 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -45,7 +45,7 @@ impl XRServiceType { pub fn libmonado_path(&self) -> &'static str { match self { Self::Monado => "libmonado.so", - Self::Wivrn => "wivrn/libmonado.so", + Self::Wivrn => "wivrn/libmonado_wivrn.so", } }