source:
issm/oecreview/Archive/24307-24683/ISSM-24612-24613.diff@
24684
Last change on this file since 24684 was 24684, checked in by , 5 years ago | |
---|---|
File size: 634 bytes |
-
../trunk-jpl/m4/issm_options.m4
419 419 TRIANGLEINCL=-I${TRIANGLE_ROOT}/include 420 420 case "${host_os}" in 421 421 *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" 424 424 ;; 425 425 *darwin*) 426 426 if test "x${HAVE_JAVASCRIPT}" == "xyes"; then
Note:
See TracBrowser
for help on using the repository browser.