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
RevLine 
[17802]1Index: ../trunk-jpl/etc/environment.sh
2===================================================================
3--- ../trunk-jpl/etc/environment.sh (revision 16796)
4+++ ../trunk-jpl/etc/environment.sh (revision 16797)
5@@ -115,7 +115,8 @@
6 libpathappend "$GDAL_DIR/lib"
7
8 PROJ4_DIR="$ISSM_DIR/externalpackages/proj.4/install"
9-libpathappend "$PROJ4_DIR/lib"
10+dylibpathprepend "$PROJ4_DIR/lib"
11+libpathprepend "$PROJ4_DIR/lib"
12
13 MERCURIAL_DIR="$ISSM_DIR/externalpackages/mercurial/install"
14 if [ -d "$MERCURIAL_DIR" ]; then
15@@ -289,3 +290,7 @@
16
17 #SHELL2JUNIT
18 pathappend "$ISSM_DIR/externalpackages/shell2junit/install"
19+
20+#EXPAT
21+libpathprepend "$ISSM_DIR/externalpackages/expat/install"
22+dylibpathprepend "$ISSM_DIR/externalpackages/expat/install"
Note: See TracBrowser for help on using the repository browser.