mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
There is also an unprefixed llvm-config in the prefixed dir
This commit is contained in:
parent
4abb11c7c7
commit
082429fcd5
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
%ghost %{_bindir}/llvm-config
|
%ghost %{_bindir}/llvm-config
|
||||||
%{install_bindir}/llvm-config-%{__isa_bits}
|
%{install_bindir}/llvm-config-%{__isa_bits}
|
||||||
|
%else
|
||||||
|
%{install_bindir}/llvm-config
|
||||||
%endif
|
%endif
|
||||||
%ghost %{_bindir}/llvm-config-%{maj_ver}
|
%ghost %{_bindir}/llvm-config-%{maj_ver}
|
||||||
%{install_bindir}/llvm-config-%{maj_ver}-%{__isa_bits}
|
%{install_bindir}/llvm-config-%{maj_ver}-%{__isa_bits}
|
||||||
|
|
Loading…
Reference in a new issue