mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Fix misspell
This commit is contained in:
parent
34d7089a8e
commit
815d02b728
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
|
@ -90,7 +90,7 @@ fn gen_flutter_rust_bridge() {
|
|||
if !path.is_empty() {
|
||||
Some(vec![path])
|
||||
} else {
|
||||
panic!("Missing LVM_HOME environment variable");
|
||||
panic!("Missing LLVM_HOME environment variable");
|
||||
}
|
||||
}
|
||||
Err(_) => panic!("Failure to get environments"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue