mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
PPSSPP: try to fix build again
Testing in the dark since the build succeeds on my laptop.
This commit is contained in:
parent
a4d0a5dc9c
commit
ef5ad9cef6
1 changed files with 2 additions and 2 deletions
|
|
@ -353,11 +353,11 @@ Build:1.2.1.0,12100
|
|||
commit=v1.2.1
|
||||
subdir=android
|
||||
submodules=yes
|
||||
rm=dx9sdk,pspautotests,android/custom_rules.xml
|
||||
rm=dx9sdk,pspautotests
|
||||
scanignore=android/android-ndk-profiler
|
||||
scandelete=ffmpeg,ext/armips/Tests
|
||||
build=cd ../ffmpeg && \
|
||||
sed -i -e 's/ / /g' -e 's/make /make -j4 /' -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' android-build.sh android-arm64-build.sh android-x64-build.sh ax86-build.sh && \
|
||||
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' android-build.sh android-arm64-build.sh android-x64-build.sh ax86-build.sh && \
|
||||
sh android-build.sh && \
|
||||
sh android-arm64-build.sh && \
|
||||
sh android-x64-build.sh && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue