SHA256
1
0
forked from pool/heaptrack
Christophe Giboudeaux 2020-08-31 15:59:34 +00:00 committed by Git OBS Bridge
parent cef22aa8f2
commit 7c2d934f81

View File

@ -85,8 +85,8 @@ 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"
%if "%{_lib}" == "lib64"
_lib_suffix=64
%endif
%build