From 82a123fe1a775fa49c8a231dcefb2c625def79fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 27 Feb 2016 13:14:26 +0000 Subject: [PATCH] PPSSPP: try to fix build --- metadata/org.ppsspp.ppsspp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/org.ppsspp.ppsspp.txt b/metadata/org.ppsspp.ppsspp.txt index 3de8d04756..0b0cf8ed63 100644 --- a/metadata/org.ppsspp.ppsspp.txt +++ b/metadata/org.ppsspp.ppsspp.txt @@ -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 && \