summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-06-22 11:27:30 +0800
committerErik Kundiman <erik@megapahit.org>2026-06-22 11:27:30 +0800
commit17758a9e652618e2cfa0f41bd5758fe5814548f8 (patch)
treec99f84741366d52543843be4be3a1874fec7f705 /indra/llplugin
parent82c0d2ff3f8b07ad933b29f593de41b28e7d9ea0 (diff)
parentee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5 (diff)
Merge branch 'main' into 26.3
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/slplugin/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt
index 38f4c92b09..2a6aa10165 100644
--- a/indra/llplugin/slplugin/CMakeLists.txt
+++ b/indra/llplugin/slplugin/CMakeLists.txt
@@ -69,6 +69,8 @@ endif ()
if (INSTALL)
if (DARWIN OR WINDOWS)
install(TARGETS ${PROJECT_NAME} DESTINATION .)
+ elseif (USE_FLATPAK)
+ install(TARGETS ${PROJECT_NAME} DESTINATION libexec)
elseif (${LINUX_DISTRO} MATCHES arch)
install(TARGETS ${PROJECT_NAME} DESTINATION lib/${VIEWER_BINARY_NAME})
else ()