From 627c97ecbfdc159fcc9974f318cdca4266ce3951 Mon Sep 17 00:00:00 2001 From: Andrei Zisu Date: Sun, 12 Nov 2023 17:31:08 +0100 Subject: [PATCH] Add one space to fix display --- app/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.rs b/app/build.rs index c9c47e4..60e6ada 100644 --- a/app/build.rs +++ b/app/build.rs @@ -6,7 +6,7 @@ use std::path::PathBuf; fn main() { let clang_lib_path = env::var("CLANG_LIB_PATH").expect( - "CLANG_LIB_PATH is not set.\ + "CLANG_LIB_PATH is not set. \ Make sure you are building from the flatpak environment", ); let out_path = env::var("OUT_DIR").unwrap();