mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-29 05:35:59 +00:00
fix: update wivrn libmonado path to wirvn/libmonado_wivrn.so
This commit is contained in:
parent
9a4ef01ed9
commit
7f05d696c4
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue