SHA256
1
0
forked from pool/heaptrack
Christophe Giboudeaux 2020-08-31 16:01:30 +00:00 committed by Git OBS Bridge
parent 7c2d934f81
commit 07619f3ab9

View File

@ -85,9 +85,7 @@ A Qt5/KF5 based GUI for Heaptrack.
# Disable building tests, they're not used and post-build-checks trips over it
sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt
%if "%{_lib}" == "lib64"
_lib_suffix=64
%endif
_lib_suffix=$(echo %_lib | cut -b4-)
%build
%cmake_kf5 -d build -- -DLIB_SUFFIX="$_lib_suffix"