diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:29:02 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-31 19:29:02 +0800 |
| commit | 7e47eff5042c2fb897c8eee1219889a84ca3bf36 (patch) | |
| tree | 2527d29a965dd54463f4d82834c86906996db22d /indra/llplugin/slplugin | |
| parent | f94ad55c430f1b898e74871233703b12e48b8fce (diff) | |
so no need for USE_FLATPAK, and just maybe there are some other
platforms that use this runtime as the distro info.
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}) |
