MaterializeInc / rust-sasl

Cyrus SASL bindings for Rust
Apache License 2.0
4 stars 20 forks source link

sasl2-sys: permit customizing the system search directory #24

Closed benesch closed 3 years ago

benesch commented 3 years ago

When linking against a system copy of libsasl2, permit manually specifying the search directory via the SASL2_DIR, SASL2_LIB_DIR, and SASL2_INCLUDE_DIR environment variables.

Fix #23.