This commit is contained in:
Konrad Kleine 2021-10-18 16:29:13 +02:00
parent ed32b03ec2
commit 9e1f5c77ca
1 changed files with 1 additions and 1 deletions

View File

@ -97,12 +97,12 @@ find ../* -maxdepth 0 ! -name '%{name}' -exec rm -rf {} +
export LD_LIBRARY_PATH=%{_builddir}/%{mlir_srcdir}/%{name}/%{_build}/%{_lib}
%cmake_build
%install
%if %{with snapshot_build}
rm -Rfv %{_libdir}/objects-RelWithDebInfo/obj.MLIRCAPI*
rm -Rfv %{_libdir}/objects-RelWithDebInfo/obj.MLIRCEXECUTIONENGINE
%endif
%install
%cmake_install
%check