mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-16 08:13:52 +01:00
feat: optional libcurl linking
This commit is contained in:
parent
b4c7dd74c0
commit
609c7609d7
3 changed files with 69 additions and 36 deletions
|
|
@ -69,11 +69,15 @@ fn print_version() {
|
|||
println!("compile features:");
|
||||
#[cfg(feature = "runtime-rules")]
|
||||
{
|
||||
println!("\t- runtime-rules");
|
||||
println!(" - runtime-rules");
|
||||
}
|
||||
#[cfg(feature = "request-ai")]
|
||||
{
|
||||
println!("\t- request-ai");
|
||||
println!(" - request-ai");
|
||||
}
|
||||
#[cfg(feature = "libcurl")]
|
||||
{
|
||||
println!(" - libcurl");
|
||||
}
|
||||
std::process::exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue