diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/ViewerMiscLibs.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake index 7bd306b..4a62ebd 100644 --- a/linden/indra/cmake/ViewerMiscLibs.cmake +++ b/linden/indra/cmake/ViewerMiscLibs.cmake | |||
@@ -4,6 +4,9 @@ include(Prebuilt) | |||
4 | if (NOT STANDALONE) | 4 | if (NOT STANDALONE) |
5 | use_prebuilt_binary(libuuid) | 5 | use_prebuilt_binary(libuuid) |
6 | use_prebuilt_binary(vivox) | 6 | use_prebuilt_binary(vivox) |
7 | if(LINUX64) | ||
8 | use_prebuilt_binary(32bitcompatibilitylibs) | ||
9 | endif(LINUX64) | ||
7 | use_prebuilt_binary(fontconfig) | 10 | use_prebuilt_binary(fontconfig) |
8 | endif(NOT STANDALONE) | 11 | endif(NOT STANDALONE) |
9 | 12 | ||