diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-07-22 13:37:33 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-07-22 13:37:33 +0300 |
commit | cd6f7a4e6f90270c1a2f66afe6317bffb2f73088 (patch) | |
tree | 4ec3ca4a2e908c67b6ea4b47aafa083c5a70c0c6 /indra | |
parent | 1af3dfc0b329aa9b30c4516feecc045dcd1454d4 (diff) |
Mac buildfix
Diffstat (limited to 'indra')
-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 7f84ec146a..429bda473b 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -160,7 +160,7 @@ elseif(DARWIN) libndofdev.dylib libnghttp2.dylib libnghttp2.14.dylib - libnghttp2.14.14.0.dylib + libnghttp2.14.19.0.dylib ) if (FMODSTUDIO) |