diff options
| author | Bryan O'Sullivan <bos@lindenlab.com> | 2010-11-17 12:19:00 -0800 | 
|---|---|---|
| committer | Bryan O'Sullivan <bos@lindenlab.com> | 2010-11-17 12:19:00 -0800 | 
| commit | f99ccb12dfc850222f7ec280488c5258ff80c91e (patch) | |
| tree | 37d0d7db0fa8e947dc76c5561bd5cead01245355 /indra | |
| parent | e8e1d7e629b9a4a65cde766ed81334140a749428 (diff) | |
Update slvoice dependency for Windows
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/cmake/ViewerMiscLibs.cmake | 2 | 
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) | 
