Unverified Commit 3815c150 authored by Kornel's avatar Kornel Committed by Kornel
Browse files

Format pkg_config error

parent 350f1c26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ fn try_pkg_config() {
    {
        Ok(lib) => lib,
        Err(e) => {
            println!("run pkg_config fail: {:?}", e);
            println!("\n\nCould not find openssl via pkg-config:\n{}\n", e);
            return;
        }
    };