Add env export for PKG_CONFIG_PATH

This was needed in order to successfully build crate `mongoc-sys`, which `mongo_driver` v0.12 depends on.
pull/56/head
Paul-Sebastian Manole 5 years ago committed by GitHub
parent 95430f2997
commit 5991037498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ Export these env vars the before you make a clean build:
``` ```
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib" export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include" export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
``` ```
## Logging ## Logging

Loading…
Cancel
Save