diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 845442c3..137fbabe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -389,7 +389,7 @@ INSTALL(FILES include/AL/al.h DESTINATION include/AL ) INSTALL(FILES "${OpenAL_BINARY_DIR}/admin/pkgconfig/openal.pc" - DESTINATION lib/pkgconfig) + DESTINATION "${LIB_INSTALL_DIR}/pkgconfig") IF(EXAMPLES) ADD_EXECUTABLE(openal-info examples/openal-info.c) |