Changeset 18556


Ignore:
Timestamp:
10/01/14 08:44:43 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixes remaining quote of MEXLINK with matlab > 2014a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r18477 r18556  
    288288
    289289                                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")
    291291
    292292                        ;;
Note: See TracChangeset for help on using the changeset viewer.