source: issm/oecreview/Archive/16554-17801/ISSM-16796-16797.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 752 bytes
  • ../trunk-jpl/etc/environment.sh

     
    115115libpathappend "$GDAL_DIR/lib"
    116116
    117117PROJ4_DIR="$ISSM_DIR/externalpackages/proj.4/install"
    118 libpathappend "$PROJ4_DIR/lib"
     118dylibpathprepend "$PROJ4_DIR/lib"
     119libpathprepend "$PROJ4_DIR/lib"
    119120
    120121MERCURIAL_DIR="$ISSM_DIR/externalpackages/mercurial/install"
    121122if [ -d "$MERCURIAL_DIR" ]; then
     
    289290
    290291#SHELL2JUNIT
    291292pathappend   "$ISSM_DIR/externalpackages/shell2junit/install"
     293
     294#EXPAT
     295libpathprepend   "$ISSM_DIR/externalpackages/expat/install"
     296dylibpathprepend   "$ISSM_DIR/externalpackages/expat/install"
Note: See TracBrowser for help on using the repository browser.