Changeset 18556
- Timestamp:
- 10/01/14 08:44:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r18477 r18556 288 288 289 289 dnl Make sure mexFunction.map is not in MEXLIB to avoid problems with global variables 290 MEXLINK=$(echo $MEXLINK | sed -e "s/ -[[^ ]]*mexFunction\\.map//g")290 MEXLINK=$(echo $MEXLINK | sed -e "s/,-expo.*mexFunction\\.map\"//g" | sed -e "s/-[[^ ]]*mexFunction\\.map//g") 291 291 292 292 ;;
Note:
See TracChangeset
for help on using the changeset viewer.