diff options
author | Oz Linden <oz@lindenlab.com> | 2014-12-22 16:43:28 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-12-22 16:43:28 -0500 |
commit | 707e51629ec2d540871cb625a7293c1fdebcebcf (patch) | |
tree | 7f526c5f7daf09ad52613d0c8ae974c3691d78ab /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 111900150d7e80f4f97f26ceb413aea2a5965d73 (diff) |
update libs to match vivox distribution
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-x | indra/cmake/Copy3rdPartyLibs.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index 28202f85d6..a1a9ff55f5 100755 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -233,11 +233,11 @@ elseif(LINUX) set(vivox_src_dir "${ARCH_PREBUILT_DIRS_RELEASE}") set(vivox_files - libsndfile.so.1 - libortp.so - libvivoxoal.so.1 - libvivoxplatform.so - libvivoxsdk.so + libsndfile.dylib + libortp.dylib + libvivoxoal.dylib + libvivoxplatform.dylib + libvivoxsdk.dylib SLVoice # ca-bundle.crt #No cert for linux. It is actually still 3.2SDK. ) |