mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-29 13:45:37 +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 {
|
pub fn libmonado_path(&self) -> &'static str {
|
||||||
match self {
|
match self {
|
||||||
Self::Monado => "libmonado.so",
|
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