openlibm, remove static library (#8453)

This commit is contained in:
Schrijvers Luc
2023-04-19 15:31:39 +02:00
committed by GitHub
parent 69ac3b9a8a
commit 3cb4595f32

View File

@@ -63,12 +63,15 @@ INSTALL()
{
make install \
prefix=$prefix \
libdir=$developLibDir \
libdir=$libDir \
shlibdir=$libDir \
includedir=$includeDir \
pkgconfigdir=$developLibDir/pkgconfig
prepareInstalledDevelLibs libopenlibm
# remove static library
rm -f $libDir/libopenlibm.a
prepareInstalledDevelLib libopenlibm
fixPkgconfig
packageEntries devel $developDir