Changeset 20839


Ignore:
Timestamp:
07/01/16 13:01:44 (9 years ago)
Author:
glperez
Message:

CHG: Options for triangle to fix javascript build on Linux.

File:
1 edited

Legend:

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

    r20804 r20839  
    394394                                *linux*)
    395395                                TRIANGLELIB=$TRIANGLE_ROOT/triangle.a
     396                                if test "x$HAVE_JAVASCRIPT" = "xyes"; then
     397                                        dnl go to the bit code, not the library.
     398                                        TRIANGLELIB=$TRIANGLE_ROOT/triangle.o
     399                                else
     400                                        TRIANGLELIB=$TRIANGLE_ROOT/triangle.a
     401                                fi
    396402                                ;;
    397403                                *darwin*)
Note: See TracChangeset for help on using the changeset viewer.