opus: build shared for Lakka

This commit is contained in:
Tomáš Kelemen (vudiq) 2021-04-09 08:14:24 +02:00
parent 0c68f0dc30
commit 1130ae0bda

View File

@ -20,3 +20,9 @@ fi
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
${PKG_FIXED_POINT}"
if [ "${DISTRO}" = "Lakka" ]; then
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
--enable-shared \
${PKG_FIXED_POINT}"
fi