We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the README it says the following relating to static compiling OpenSSL:
OPENSSL_STATIC - If specified, OpenSSL libraries will be statically rather than dynamically linked.
OPENSSL_STATIC
Passing this environment variable has no effect if OPENSSL_LIB_DIR and OPENSSL_INCLUDE_DIR are not specified.: https://github.com/naftulikay/rust-openssl-static-example/pull/
OPENSSL_LIB_DIR
OPENSSL_INCLUDE_DIR
The text was updated successfully, but these errors were encountered:
pkg-config also looks at OPENSSL_STATIC, but you may be running into rust-lang/pkg-config-rs#37
Sorry, something went wrong.
No branches or pull requests
On the README it says the following relating to static compiling OpenSSL:
Passing this environment variable has no effect if
OPENSSL_LIB_DIR
andOPENSSL_INCLUDE_DIR
are not specified.: https://github.com/naftulikay/rust-openssl-static-example/pull/The text was updated successfully, but these errors were encountered: