diff options
author | Oz Linden <oz@lindenlab.com> | 2012-04-23 17:27:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-04-23 17:27:54 -0400 |
commit | 7bcfd3a4ae824d973802b1431a13e91eee18c89a (patch) | |
tree | 8c9d4f36341efdbd860058b486c909f84efb203b /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 22d84a68335528d00ce61ec84583eb55f32a3545 (diff) |
fix version number of the libhunspell dylib in another place
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index ebeae3e5be..6765d36ba3 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -217,7 +217,7 @@ elseif(DARWIN) libllqtwebkit.dylib libminizip.a libndofdev.dylib - libhunspell-1.3.dylib + libhunspell-1.3.0.dylib libexception_handler.dylib libcollada14dom.dylib ) |