diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-02 16:30:28 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-02 16:30:28 -0400 | 
| commit | 53c89d9723b816d06516ae59d7e0f0d12e477ec9 (patch) | |
| tree | d5e7ca3005e22ce5d8a07f05e325c378084d25dd | |
| parent | 659af42ff86ce750d1fc7caaa5631d6dde9444db (diff) | |
SL-18837: Don't try to copy long, specific libnghttp2.14.19.0.dylib.
The package doesn't include that any more.
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index d43cc30706..e4d06d6ba2 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -172,7 +172,6 @@ elseif(DARWIN)          libndofdev.dylib          libnghttp2.dylib          libnghttp2.14.dylib -        libnghttp2.14.19.0.dylib          liburiparser.dylib          liburiparser.1.dylib          liburiparser.1.0.27.dylib | 
