Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed Oct 29, 2023
1 parent 08ae54f commit 6b9c104
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libssh-rs-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ fn main() {

let target = std::env::var("TARGET").unwrap();
cfg.define("GLOBAL_CLIENT_CONFIG", Some("\"/etc/ssh/ssh_config\""));
cfg.define("GLOBAL_BIND_CONFIG", Some("\"/etc/ssh/libssh_server_config\""));
cfg.define(
"GLOBAL_BIND_CONFIG",
Some("\"/etc/ssh/libssh_server_config\""),
);
cfg.define("HAVE_GETADDRINFO", Some("1"));
cfg.define("HAVE_LIBCRYPTO", Some("1"));
cfg.define("HAVE_OPENSSL_AES_H", Some("1"));
Expand Down

0 comments on commit 6b9c104

Please sign in to comment.