diff --git a/common/build-style/cmake.sh b/common/build-style/cmake.sh index 124ed354eff..355c6139847 100644 --- a/common/build-style/cmake.sh +++ b/common/build-style/cmake.sh @@ -63,6 +63,7 @@ _EOF # QT_HOST_PATH isn't enough in my system, # which have binfmts support on and off cmake_args+=" -DQT_HOST_PATH_CMAKE_DIR=/usr/lib/cmake" + cmake_args+=" -DKDE_INSTALL_LIBDIR=lib" fi if [[ $build_helper = *"qemu"* ]]; then