diff -r 7038ecc1f7fa -r 1ae8d4582e1e cmake_modules/paths.cmake --- a/cmake_modules/paths.cmake Sun Nov 15 14:40:51 2015 +0100 +++ b/cmake_modules/paths.cmake Sun Nov 15 14:42:59 2015 +0100 @@ -15,7 +15,7 @@ #resource paths if(UNIX AND NOT APPLE) set(target_binary_install_dir "bin" CACHE PATH "install dest for binaries") - set(target_library_install_dir "lib" CACHE PATH "install dest for libs") + set(target_library_install_dir "lib${LIB_SUFFIX}" CACHE PATH "install dest for libs") string(SUBSTRING "${DATA_INSTALL_DIR}" 0 1 sharepath_start) if(${sharepath_start} MATCHES "/")