source: issm/oecreview/Archive/24307-24683/ISSM-24612-24613.diff@ 24684

Last change on this file since 24684 was 24684, checked in by Mathieu Morlighem, 5 years ago

CHG: added new review

File size: 634 bytes
  • ../trunk-jpl/m4/issm_options.m4

     
    419419                TRIANGLEINCL=-I${TRIANGLE_ROOT}/include
    420420                case "${host_os}" in
    421421                        *cygwin*)
    422                                 TRIANGLEINCL="/I`cygpath -m ${TRIANGLE_ROOT}`"
    423                                 TRIANGLELIB="-Wl,`cygpath -m ${TRIANGLE_ROOT}/`triangle.lib"
     422                                TRIANGLEINCL="/I`cygpath -m ${TRIANGLE_ROOT}/include`"
     423                                TRIANGLELIB="-Wl,`cygpath -m ${TRIANGLE_ROOT}/lib/`triangle.lib"
    424424                        ;;
    425425                        *darwin*)
    426426                                if test "x${HAVE_JAVASCRIPT}" == "xyes"; then
Note: See TracBrowser for help on using the repository browser.