mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 02:20:29 +00:00
opus: build shared for Lakka
This commit is contained in:
parent
0c68f0dc30
commit
1130ae0bda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user