diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-06-26 15:04:16 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:44:04 -0400 |
commit | 3a7d40136415fbf1897d5240ef4e4d48f79c8a26 (patch) | |
tree | 7965f480c1f8f2cdc08ba5ddd54a226ff225c924 /indra | |
parent | c56601bc22c591f4fabe084235aea2c0188e5af6 (diff) |
DRTVWR-476: On Mac, copy libhunspell-1.3.0.dylib for test programs.
Diffstat (limited to 'indra')
-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 e121328d64..3f669c833a 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -188,6 +188,7 @@ elseif(DARWIN) libexception_handler.dylib ${EXPAT_COPY} libGLOD.dylib + libhunspell-1.3.0.dylib libndofdev.dylib libnghttp2.dylib libnghttp2.14.dylib |