diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2024-05-11 23:23:25 +0000 |
---|---|---|
committer | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2024-05-11 23:23:54 +0000 |
commit | 5b4e07f57ef300400a327793192a2ce2fe34cb61 (patch) | |
tree | e1772617b3946c149688e24729278f24f107a8f7 /common/build-style | |
parent | 0a46a938702542f43b78c9c05ce53b9b7205f956 (diff) | |
download | void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar.gz void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar.bz2 void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar.lz void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar.xz void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.tar.zst void-packages-5b4e07f57ef300400a327793192a2ce2fe34cb61.zip |
Revert "build-style/cmake: common flags for KDE"
This reverts commit f10887f68302fdb600b7b0f7cc99847763f449d8.
Diffstat (limited to 'common/build-style')
-rw-r--r-- | common/build-style/cmake.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |