summaryrefslogtreecommitdiff
path: root/sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch
blob: b821e14f26784f6b2267f313dd65eedef9a65d69 (plain)
1
2
3
4
5
6
7
8
9
10
diff --git a/3rdparty/libdspau/CMakeLists.txt b/3rdparty/libdspau/CMakeLists.txt
index f994466f..71507e2a 100644
--- a/3rdparty/libdspau/CMakeLists.txt
+++ b/3rdparty/libdspau/CMakeLists.txt
@@ -35,4 +35,4 @@ TARGET_LINK_LIBRARIES(dspau ${FFTW3_LIBRARIES} ${M_LIB})
 #add an install target here
 INSTALL(FILES libdspau.h DESTINATION include)
 
-INSTALL(TARGETS dspau LIBRARY DESTINATION lib)
+INSTALL(TARGETS dspau LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})