Skip to content

Commit

Permalink
lr-mupen64plus-next - fix building on aarch64 kernel with arm userland
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Nov 17, 2024
1 parent cc5bfb4 commit c828c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scriptmodules/libretrocores/lr-mupen64plus-next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ function build_lr-mupen64plus-next() {
params+=(FORCE_GLES=1)
fi

# force ARCH=armv7 on arm platforms to fix building with 32bit arm userland on aarch64 kernel
isPlatform "arm" && params+=(ARCH=armv7l)

# use a custom core name to avoid core option name clashes with lr-mupen64plus
params+=(CORE_NAME=mupen64plus-next)
make "${params[@]}" clean
Expand Down

0 comments on commit c828c52

Please sign in to comment.