PPSSPP: try to fix build

This commit is contained in:
Daniel Martí 2016-02-27 13:14:26 +00:00
parent 2cf66df568
commit 82a123fe1a

View file

@ -357,7 +357,7 @@ Build:1.2.1.0,12100
scanignore=android/android-ndk-profiler
scandelete=ffmpeg,ext/armips/Tests
build=cd ../ffmpeg && \
sed -i -e 's/\t/ /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/ / /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 && \
sh android-build.sh && \
sh android-arm64-build.sh && \
sh android-x64-build.sh && \