summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2010-11-17 12:19:00 -0800
committerBryan O'Sullivan <bos@lindenlab.com>2010-11-17 12:19:00 -0800
commitf99ccb12dfc850222f7ec280488c5258ff80c91e (patch)
tree37d0d7db0fa8e947dc76c5561bd5cead01245355 /indra/cmake
parente8e1d7e629b9a4a65cde766ed81334140a749428 (diff)
Update slvoice dependency for Windows
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/ViewerMiscLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 32c4bc81df..df013b1665 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -3,7 +3,7 @@ include(Prebuilt)
if (NOT STANDALONE)
use_prebuilt_binary(libuuid)
- use_prebuilt_binary(vivox)
+ use_prebuilt_binary(slvoice)
use_prebuilt_binary(fontconfig)
endif(NOT STANDALONE)