diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-08-08 11:57:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 18:57:26 +0300 |
commit | 12cb787f314b690e018d4b12ac54e08570b3b677 (patch) | |
tree | d4b84340584f9b987bed0148ff928f99446b4df8 /indra/llcorehttp | |
parent | 17f7b439d617bfdf4c865f1478ade662e86b61d2 (diff) |
Update libexpat to 2.6.2 and libapr 1.7.4 (#2214)
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt index f7a6669825..d388883575 100644 --- a/indra/llcorehttp/CMakeLists.txt +++ b/indra/llcorehttp/CMakeLists.txt @@ -155,8 +155,6 @@ if (DARWIN) # for portability. This operation is Darwin-specific. We can count on the # 'cp' command. set(copy_dylibs - libapr-1.0.dylib - libaprutil-1.0.dylib libnghttp2*.dylib ${EXPAT_COPY} ) |