Changeset 18594


Ignore:
Timestamp:
10/08/14 09:27:25 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: added path to pthread on OSX

File:
1 edited

Legend:

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

    r18556 r18594  
    18421842                ;;
    18431843                *darwin*)
    1844                 MULTITHREADINGLIB="-lpthread"
     1844                MULTITHREADINGLIB="-L/usr/lib/ -lpthread"
    18451845                ;;
    18461846                esac
Note: See TracChangeset for help on using the changeset viewer.