dev-libs/yascreen: remove static lib

Closes: https://bugs.gentoo.org/814434
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-09-23 09:30:09 +03:00
parent e3808e83de
commit ab13a1ac55

View File

@@ -29,3 +29,8 @@ src_prepare() {
src_compile() {
emake CC="$(tc-getCC)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" NO_FLTO=1
}
src_install() {
default
find "${D}" -name '*.a' -delete || die
}