diff --git a/buildtypes/cmake.sh.in b/buildtypes/cmake.sh.in index 7314df9..2d90894 100644 --- a/buildtypes/cmake.sh.in +++ b/buildtypes/cmake.sh.in @@ -41,6 +41,7 @@ BEE_BUILDTYPE_CMAKE_SOURCEDIR=${BEE_BUILDTYPE_CMAKE_CMAKELISTSTXT%/*} bee_configure() { start_cmd cmake \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ + -DCMAKE_INSTALL_LIBDIR=${LIBDIR} \ "${@}" \ ${BEE_BUILDTYPE_CMAKE_SOURCEDIR} }