diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 15:38:00 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-10-24 15:38:00 -0400 |
commit | 762582c499dcac7564966bcc4222a973e8d4e4b9 (patch) | |
tree | 2847979b1a94ccf7e5f182348470e36b3f89cf92 /indra/cmake | |
parent | b709a9d7e054f80b4d3b300254dcf3030a029eda (diff) |
MAINT-7081: Mention libnghttp2*.dylib in yet another place.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index bd55fc39c0..ce9f005e9f 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -171,6 +171,8 @@ elseif(DARWIN) libGLOD.dylib libndofdev.dylib libnghttp2.dylib + libnghttp2.14.dylib + libnghttp2.14.14.0.dylib ) if (FMODEX) |