Changeset 16797


Ignore:
Timestamp:
11/15/13 22:57:11 (11 years ago)
Author:
Eric.Larour
Message:

CHG: PROJ.4 and libexpat pre and post- appending onto LD_LIBRARY_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r16719 r16797  
    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"
     
    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 TracChangeset for help on using the changeset viewer.