diff options
Diffstat (limited to 'config/bash_profile')
| -rw-r--r-- | config/bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/bash_profile b/config/bash_profile index 88f4ed4..ffb5007 100644 --- a/config/bash_profile +++ b/config/bash_profile @@ -30,3 +30,7 @@ if [ -d ~/.local/bin ]; then export PATH=~/.local/bin:$PATH fi +if [ -d /usr/local/lib/pkgconfig ]; then + export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH +fi + |
