summaryrefslogtreecommitdiffstats
path: root/source/d/pkg-config/scripts/pkgconfig.sh
blob: c3f3503136cd090a4822b777dd58d223e0a38563 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
if [ ! "$PKG_CONFIG_PATH" = "" ]; then
  PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig
else
  PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
fi
export PKG_CONFIG_PATH