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
|
Rev | Line | |
---|
[24684] | 1 | Index: ../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.