mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
chore: FHS 3.0 compliance
This commit is contained in:
parent
3c4e2b06bd
commit
8d7e21f99f
3 changed files with 10 additions and 6 deletions
|
|
@ -87,4 +87,8 @@ fn print_version() {
|
|||
"version: {}",
|
||||
option_env!("CARGO_PKG_VERSION").unwrap_or("unknown")
|
||||
);
|
||||
let lib = option_env!("_PR_LIB").map(|dir| dir.to_string());
|
||||
if lib.is_some() {
|
||||
println!("lib: {}", lib.unwrap());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue