diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2010-05-26 12:21:55 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2010-05-26 12:21:55 -0400 |
commit | 0bf02ad820abdb35b9cfdfbd1635953e63a767b2 (patch) | |
tree | 6fff3fa322a25846a179db9231223497119926ab /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | a63b6dd93c1ef78e647dbd221a5a3b14ff363102 (diff) |
VPLAT-268: Update Mac for relative-path libexception_handler.dylib
Also add the dylib to Copy3rdPartyLibs.cmake so unit tests can find it.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 937d3c6384..89422fbdb2 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -167,6 +167,7 @@ elseif(DARWIN) libexpat.dylib libllqtwebkit.dylib libndofdev.dylib + libexception_handler.dylib ) # fmod is statically linked on darwin |