media-sound/liblc3: Fix src_prepare()

multilib_src_prepare() does not exist.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-11-19 16:31:35 -05:00
parent 40a3f80548
commit 488d74ab8a
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97

View File

@ -38,7 +38,7 @@ pkg_setup() {
use test && python-any-r1_pkg_setup
}
multilib_src_prepare() {
src_prepare() {
if ! use arm ; then
rm -r "test/arm" || die
fi