diff options
author | Nyx Linden <nyx@lindenlab.com> | 2010-09-23 11:25:40 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2010-09-23 11:25:40 -0400 |
commit | 245842a765c8416fc0e0d5c38d0cb731ed7d5cbf (patch) | |
tree | 7a7e810e7c79edb90e55fb64d243ee85a3f43db4 /indra/cmake | |
parent | c20400a4c9679bca7a467358afd7b21c8f257c67 (diff) |
SH-64 update GLOD on mac
updated GLOD again to be searched for in the correct place and
updated some cmake configuration to ensure that it is being referred to
in the correct places.
This appears to finally solve our mac startup crash.
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | indra/cmake/Copy3rdPartyLibs.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 9900a8fb45..76cb0553f3 100755 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -169,7 +169,8 @@ elseif(DARWIN) libaprutil-1.dylib libexpat.0.5.0.dylib libexpat.dylib - libllqtwebkit.dylib + libGLOD.dylib + libllqtwebkit.dylib libndofdev.dylib libexception_handler.dylib ) |