gcc484perl-5.22
Last change
on this file since 128fde4 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
204 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/sh |
---|
| 2 | if [ ! "$PKG_CONFIG_PATH" = "" ]; then |
---|
| 3 | PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig |
---|
| 4 | else |
---|
| 5 | PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig |
---|
| 6 | fi |
---|
| 7 | export PKG_CONFIG_PATH |
---|
Note: See
TracBrowser
for help on using the repository browser.