aboutsummaryrefslogtreecommitdiff
path: root/libs/7zip/CMakeLists.txt
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 01:28:24 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 01:28:24 -0500
commit7635739e9ba79a932e5b0e1e708d92eb6ce1ba16 (patch)
tree95584b453d35f812534ff40ab17009b9a5e0c89e /libs/7zip/CMakeLists.txt
parente0f6eb0d84411fc93fba84ed5ecb38f78513e67b (diff)
Finalize Linux build cleanup
Diffstat (limited to 'libs/7zip/CMakeLists.txt')
-rw-r--r--libs/7zip/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/7zip/CMakeLists.txt b/libs/7zip/CMakeLists.txt
index 5db6f0a..82d7e5c 100644
--- a/libs/7zip/CMakeLists.txt
+++ b/libs/7zip/CMakeLists.txt
@@ -448,7 +448,7 @@ target_compile_options(7z PRIVATE
target_link_libraries(7z PRIVATE pthread dl)
-# Install 7z.so next to the organizer binary (in dlls/ subdirectory)
-install(TARGETS 7z LIBRARY DESTINATION dlls)
+# Install 7z.so with the organizer's Linux libraries.
+install(TARGETS 7z LIBRARY DESTINATION lib)
# Also install to the bin root so dlopen can find it easily
install(TARGETS 7z LIBRARY DESTINATION bin)