aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt
index 793dccc8..411e557c 100644
--- a/loader/CMakeLists.txt
+++ b/loader/CMakeLists.txt
@@ -85,5 +85,5 @@ else()
add_library(vulkan SHARED ${LOADER_SRCS})
set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.31")
target_link_libraries(vulkan -ldl -lpthread -lm)
- install(TARGETS vulkan LIBRARY DESTINATION lib)
+ install(TARGETS vulkan LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()