Skip to content

Commit 4d79ace

Browse files
committed
ugh
1 parent 3236fee commit 4d79ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl-sys/build/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ fn main() {
204204
"macos" => "c++",
205205
_ => "stdc++",
206206
};
207-
println!("cargo:rustc-link-lib={}", cpp_lib);
207+
//println!("cargo:rustc-link-lib={}", cpp_lib);
208208
}
209209

210210
// https://github.com/openssl/openssl/pull/15086

0 commit comments

Comments
 (0)