From 5b4e07f57ef300400a327793192a2ce2fe34cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 12 May 2024 06:23:25 +0700 Subject: [PATCH] Revert "build-style/cmake: common flags for KDE" This reverts commit f10887f68302fdb600b7b0f7cc99847763f449d8. --- common/build-style/cmake.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/build-style/cmake.sh b/common/build-style/cmake.sh index 355c6139847..124ed354eff 100644 --- a/common/build-style/cmake.sh +++ b/common/build-style/cmake.sh @@ -63,7 +63,6 @@ _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