source:
npl/system/pkg_config/scripts/pkgconfig.csh
@
37aaf89
| Last change on this file since 37aaf89 was c5c522c, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 194 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/csh |
| 2 | if ( $?PKG_CONFIG_PATH ) then |
| 3 | setenv PKG_CONFIG_PATH ${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig |
| 4 | else |
| 5 | setenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/lib/pkgconfig |
| 6 | endif |
Note: See TracBrowser
for help on using the repository browser.
