mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
Update error message
This commit is contained in:
parent
69a7c3ea15
commit
a38532ea4b
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pub fn get_lib_dir() -> PathBuf {
|
|||
let dir = PathBuf::from(env::var_os("OUT_DIR").unwrap()).join("bitcode");
|
||||
|
||||
// create dir if it does not exist
|
||||
fs::create_dir_all(&dir).expect("Failed to make lib dir.");
|
||||
fs::create_dir_all(&dir).expect("Failed to make $OUT_DIR/bitcode dir.");
|
||||
|
||||
dir
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue