Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always print the PKG_CONFIG_PATH in verbose mode
This way is possible to do ``` $ export `cargo cbuild -v 2>&1 | grep PKG_CONFIG_PATH | cut -f 2 -d ' '` ``` To use the pkg-config file in uninstalled mode.
- Loading branch information