Still need to remove static libs...

This commit is contained in:
Richard Shaw 2021-12-20 07:13:06 -06:00
parent 5bbb4f8a30
commit d2dedcb606
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Development libraries and headers for %{name}.
%cmake_install
# Remove static libs
#find %{buildroot} -type f -name "*.a" -exec rm -f {} \;
find %{buildroot} -type f -name "*.a" -exec rm -f {} \;
# Generate man pages
pushd %{__cmake_builddir}/src/apps