diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:34:11 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:34:11 +0800 |
| commit | cdd2eaf40207117722d046fcc9c5707b884c4b49 (patch) | |
| tree | 832adf924846582cbc649686788cfba6a740604b /indra/llplugin/slplugin | |
| parent | a6eb1586ae4bd4e81e7d03c91c27ffec78a32cf7 (diff) | |
| parent | 7e47eff5042c2fb897c8eee1219889a84ca3bf36 (diff) | |
Merge branch 'main' into 26.326.3
Diffstat (limited to 'indra/llplugin/slplugin')
| -rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index f7adb9404b..80356b6b51 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -76,7 +76,7 @@ endif () if (INSTALL) if (DARWIN OR WINDOWS) install(TARGETS ${PROJECT_NAME} DESTINATION .) - elseif (USE_FLATPAK) + elseif (${LINUX_DISTRO} MATCHES freedesktop) install(TARGETS ${PROJECT_NAME} DESTINATION libexec) elseif (${LINUX_DISTRO} MATCHES arch) install(TARGETS ${PROJECT_NAME} DESTINATION lib/${VIEWER_BINARY_NAME}) |
