diff options
Diffstat (limited to 'source/d/pkg-config/scripts/pkgconfig.csh')
-rwxr-xr-x | source/d/pkg-config/scripts/pkgconfig.csh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/d/pkg-config/scripts/pkgconfig.csh b/source/d/pkg-config/scripts/pkgconfig.csh new file mode 100755 index 00000000..477a93a7 --- /dev/null +++ b/source/d/pkg-config/scripts/pkgconfig.csh @@ -0,0 +1,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 |