We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5162b56 commit fcfcbc0Copy full SHA for fcfcbc0
src/lib.rs
@@ -197,6 +197,7 @@ impl Build {
197
configure
198
// No shared objects, we just want static libraries
199
.arg("no-shared")
200
+ .arg("no-module")
201
// Should be off by default on OpenSSL 1.1.0, but let's be extra sure
202
.arg("no-ssl3")
203
// No need to build tests, we won't run them anyway
0 commit comments