Closed SuperFluffy closed 6 years ago
When compiling the openssl-sys crate, compilation aborts with an error described in this issue: https://github.com/sfackler/rust-openssl/issues/621
openssl-sys
The solution is to set the environment variable PKG_CONFIG_ALLOW_CROSS=1, as described in the error message (see the issue above).
PKG_CONFIG_ALLOW_CROSS=1
When compiling the
openssl-sys
crate, compilation aborts with an error described in this issue: https://github.com/sfackler/rust-openssl/issues/621The solution is to set the environment variable
PKG_CONFIG_ALLOW_CROSS=1
, as described in the error message (see the issue above).