mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
842dcecfa1
commit
cbeda2bc88
@ -18,7 +18,7 @@ PKG_LIBVAR="PCSX-REARMED_LIB"
|
||||
|
||||
make_target() {
|
||||
cd ${PKG_BUILD}
|
||||
|
||||
|
||||
if target_has_feature neon; then
|
||||
export HAVE_NEON=1
|
||||
export BUILTIN_GPU=neon
|
||||
@ -28,7 +28,7 @@ make_target() {
|
||||
|
||||
# check if this flag is still needed when this package is updated
|
||||
export CFLAGS="${CFLAGS} -fcommon"
|
||||
|
||||
|
||||
case ${TARGET_ARCH} in
|
||||
aarch64)
|
||||
make -f Makefile.libretro DYNAREC=lightrec platform=aarch64 GIT_VERSION=${PKG_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user