summaryrefslogtreecommitdiff
path: root/indra/cmake/ViewerMiscLibs.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-07-08 18:01:02 +0800
committerErik Kundiman <erik@megapahit.org>2025-07-08 18:01:02 +0800
commita874360de2261be937d21bc01d706c141067df93 (patch)
treecfb25c32e4d59a270368ed050c24f5bb844ae99c /indra/cmake/ViewerMiscLibs.cmake
parent84b8f4355322984a451967eaeb0bb1258b9ff2a6 (diff)
Debian arm64 can use system nanosvg
cause it's available now on trixie.
Diffstat (limited to 'indra/cmake/ViewerMiscLibs.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 7a7a986d78..af13746c91 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -16,7 +16,7 @@ endif()
use_prebuilt_binary(slvoice)
endif (FALSE)
-if (${LINUX_DISTRO} MATCHES debian OR DARWIN)
+if (${LINUX_DISTRO} MATCHES debian AND CMAKE_SYSTEM_PROCESSOR MATCHES x86_64 OR DARWIN)
use_prebuilt_binary(nanosvg)
endif ()
use_prebuilt_binary(viewer-fonts)