PPSSPP: try to fix build again

Testing in the dark since the build succeeds on my laptop.
This commit is contained in:
Daniel Martí 2016-02-28 21:27:59 +00:00
parent a4d0a5dc9c
commit ef5ad9cef6

View file

@ -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 && \