mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libretro-ppsspp: fix intertwined vars and funcs
This commit is contained in:
parent
33483b5baf
commit
805b47db50
@ -27,14 +27,14 @@ if [ "$PROJECT" = "Amlogic" ] || [ "$PROJECT" = "RPi" ]; then
|
||||
esac
|
||||
fi
|
||||
|
||||
pre_configure_target() {
|
||||
LDFLAGS="$LDFLAGS -lpthread"
|
||||
}
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET="-DLIBRETRO=ON \
|
||||
-DUSE_SYSTEM_FFMPEG=ON \
|
||||
$PKG_ARCH_ARM"
|
||||
|
||||
pre_configure_target() {
|
||||
LDFLAGS="$LDFLAGS -lpthread"
|
||||
}
|
||||
|
||||
pre_make_target() {
|
||||
find . -name flags.make -exec sed -i "s:isystem :I:g" \{} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user