Skip to content

Commit

Permalink
remove .la in install
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Jul 17, 2024
1 parent 0aa8d78 commit 676aa6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,8 @@ rm -rf $PREFIX/share
rm -rf $PREFIX/lib/rustlib
rm -rf $PREFIX/lib/*.a
rm -rf $PREFIX/lib64/*.a
rm -rf $PREFIX/lib/*.la
rm -rf $PREFIX/lib64/*.la
#rm -rf $PREFIX/libexec
rm -rf $PREFIX/etc
rm -f $PREFIX/lib/librustc_driver-*
Expand Down

0 comments on commit 676aa6b

Please sign in to comment.