Skip to content

Commit

Permalink
[llvm] Don't hardcode lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Jun 22, 2024
1 parent df59a66 commit 693e5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/clang.spec
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pushd clang
mkdir -p %{buildroot}%{python3_sitelib}/clang/

# install scanbuild-py to python sitelib.
mv %{buildroot}%{_prefix}/lib/{libear,libscanbuild} %{buildroot}%{python3_sitelib}
mv %{buildroot}/%{_libdir}/{libear,libscanbuild} %{buildroot}%{python3_sitelib}

# remove editor integrations (bbedit, sublime, emacs, vim)
rm -vf %{buildroot}%{_datadir}/clang/clang-format-bbedit.applescript
Expand Down

0 comments on commit 693e5bf

Please sign in to comment.