aboutsummaryrefslogtreecommitdiff
path: root/libs/7zip
diff options
context:
space:
mode:
Diffstat (limited to 'libs/7zip')
-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)