SHA256
1
0
forked from pool/heaptrack
Christophe Giboudeaux 2020-08-31 16:26:22 +00:00 committed by Git OBS Bridge
parent 728725030f
commit 6726dfffc1

View File

@ -86,12 +86,13 @@ A Qt5/KF5 based GUI for Heaptrack.
sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt
%build
%cmake_kf5 -d build -- \
%if %{_lib} == lib64
-DLIB_SUFFIX=64 \
extra_opts="-DLIB_SUFFIX=64"
%endif
%cmake_build
%cmake_kf5 -d build -- $extra_opts
%cmake_build
%install
%kf5_makeinstall -C build