mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Fix path to files.compiler-rt.spec.inc
This commit is contained in:
parent
5bc37fd0a9
commit
c445e81a3f
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@
|
||||||
|
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
|
|
||||||
%files -n %{pkg_name_compiler_rt} -f files.compiler-rt.spec.inc
|
%files -n %{pkg_name_compiler_rt} -f %{_sourcedir}/files.compiler-rt.spec.inc
|
||||||
%license compiler-rt/LICENSE.TXT
|
%license compiler-rt/LICENSE.TXT
|
||||||
%ifarch x86_64 aarch64 %{ix86}
|
%ifarch x86_64 aarch64 %{ix86}
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/bin/hwasan_symbolize
|
%{_prefix}/lib/clang/%{maj_ver}/bin/hwasan_symbolize
|
||||||
|
|
Loading…
Reference in a new issue