We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669f5a3 commit 99e14d2Copy full SHA for 99e14d2
rust.spec
@@ -436,15 +436,6 @@ rm -rf $RPM_BUILD_ROOT
436
%attr(755,root,root) %{rustlibdir}/%{rust_triple}/lib/*.so
437
%{rustlibdir}/%{rust_triple}/lib/*.rlib
438
439
-# for cross-compiler (e.g. x86_64-hosted x32 rust)
440
-%if "%{rust_host_triple}" != "%{rust_triple}"
441
-%dir %{rustlibdir}/%{rust_host_triple}
442
-%{rustlibdir}/%{rust_host_triple}/analysis
443
-%dir %{rustlibdir}/%{rust_host_triple}/lib
444
-%attr(755,root,root) %{rustlibdir}/%{rust_host_triple}/lib/*.so
445
-%{rustlibdir}/%{rust_host_triple}/lib/*.rlib
446
-%endif
447
-
448
%files analyzer
449
%defattr(644,root,root,755)
450
%attr(755,root,root) %{_bindir}/rust-analyzer
0 commit comments