Files
packages/anda/tools/HeadsetControl-nightly/CMAKE_INSTALL_LIBDIR.patch
T
Raboneko e4482cec0f fix: HeadsetControl-nightly (#12228) (#12294)
(cherry picked from commit 2236150c8c)

Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-14 15:47:23 -05:00

14 lines
508 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e9d6f8..75f8cf9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -292,7 +292,7 @@ if(PROJECT_IS_TOP_LEVEL)
# ------------------------------------------------------------------------------
install(TARGETS headsetcontrol DESTINATION bin)
- install(TARGETS headsetcontrol_lib DESTINATION lib)
+ install(TARGETS headsetcontrol_lib DESTINATION ${CMAKE_INSTALL_LIBDIR})
# Install shared library if built
if(BUILD_SHARED_LIBRARY)