From 815d02b72875ffef3b6ec89b6d3a36476f5aaf06 Mon Sep 17 00:00:00 2001 From: Asura Date: Fri, 2 Sep 2022 04:54:04 -0700 Subject: [PATCH] Fix misspell --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 73f48ded2..14917ffd4 100644 --- a/build.rs +++ b/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"),