summaryrefslogtreecommitdiffstats
path: root/source/d/pkg-config/scripts/pkgconfig.csh
blob: 477a93a7679a612a7d69ab62f3cf52f3dec3e9aa (plain) (blame)
1
2
3
4
5
6
#!/bin/csh
if ( $?PKG_CONFIG_PATH ) then
    setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig
else
    setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
endif