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
RevLine 
[24684]1Index: ../trunk-jpl/m4/issm_options.m4
2===================================================================
3--- ../trunk-jpl/m4/issm_options.m4 (revision 24612)
4+++ ../trunk-jpl/m4/issm_options.m4 (revision 24613)
5@@ -419,8 +419,8 @@
6 TRIANGLEINCL=-I${TRIANGLE_ROOT}/include
7 case "${host_os}" in
8 *cygwin*)
9- TRIANGLEINCL="/I`cygpath -m ${TRIANGLE_ROOT}`"
10- TRIANGLELIB="-Wl,`cygpath -m ${TRIANGLE_ROOT}/`triangle.lib"
11+ TRIANGLEINCL="/I`cygpath -m ${TRIANGLE_ROOT}/include`"
12+ TRIANGLELIB="-Wl,`cygpath -m ${TRIANGLE_ROOT}/lib/`triangle.lib"
13 ;;
14 *darwin*)
15 if test "x${HAVE_JAVASCRIPT}" == "xyes"; then
Note: See TracBrowser for help on using the repository browser.