mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02: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() {
|
if !path.is_empty() {
|
||||||
Some(vec![path])
|
Some(vec![path])
|
||||||
} else {
|
} else {
|
||||||
panic!("Missing LVM_HOME environment variable");
|
panic!("Missing LLVM_HOME environment variable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Err(_) => panic!("Failure to get environments"),
|
Err(_) => panic!("Failure to get environments"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue