Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/PKGBUILD b/PKGBUILD
- index bbb12b4..15b59f2 100644
- --- a/PKGBUILD
- +++ b/PKGBUILD
- @@ -11,10 +11,10 @@ pkgname=(
- ppsspp-git
- ppsspp-assets-git
- )
- -pkgver=1.15.4.r562.04932d98a7
- +pkgver=1.15.4.r1217.564c4b38bd
- pkgrel=1
- pkgdesc='A PSP emulator written in C++'
- -arch=(x86_64)
- +arch=(x86_64 aarch64)
- url=https://www.ppsspp.org/
- license=(GPL2)
- makedepends=(
- @@ -97,7 +97,14 @@ build() {
- export CXX=clang++
- # Rebuild ffmpeg locally
- pushd ppsspp/ffmpeg
- - ./linux_x86-64.sh
- + case $CARCH in
- + x86_64)
- + ./linux_x86-64.sh
- + ;;
- + aarch64)
- + ./linux_arm64_native.sh
- + ;;
- + esac
- popd
- cmake -S ppsspp -B build-sdl -G Ninja \
- -Wno-dev \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement