summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-12-23 11:13:24 -0500
committerOz Linden <oz@lindenlab.com>2014-12-23 11:13:24 -0500
commitf02a85c36aadae7bdb8ab5be565b282671ba017a (patch)
tree33c9ff36bd8cd707f498178624689e399533e191 /indra/cmake/Copy3rdPartyLibs.cmake
parentd91fe250ace0ebbc0f22bbe8b60a3a542cb1e6be (diff)
parent43388552a07bfcfed5e674097303054e1cacf6ae (diff)
merge some linux fixes and OPEN-287
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-xindra/cmake/Copy3rdPartyLibs.cmake10
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.
)