summarylogtreecommitdiffstats
path: root/010-m64p-remove-build-jobs-limitation.patch
diff options
context:
space:
mode:
Diffstat (limited to '010-m64p-remove-build-jobs-limitation.patch')
-rw-r--r--010-m64p-remove-build-jobs-limitation.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/010-m64p-remove-build-jobs-limitation.patch b/010-m64p-remove-build-jobs-limitation.patch
index c449a259b76a..defd6b4f117b 100644
--- a/010-m64p-remove-build-jobs-limitation.patch
+++ b/010-m64p-remove-build-jobs-limitation.patch
@@ -1,6 +1,6 @@
--- a/build.sh
+++ b/build.sh
-@@ -25,22 +25,22 @@ mkdir -p $install_dir
+@@ -24,22 +24,22 @@ mkdir -p $install_dir
base_dir=$PWD
cd $base_dir/mupen64plus-core/projects/unix
@@ -27,7 +27,7 @@
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-input-qt/build/release/mupen64plus-input-qt.dll $install_dir
else
-@@ -48,7 +48,7 @@ else
+@@ -47,7 +47,7 @@ else
fi
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
@@ -36,7 +36,7 @@
cp $base_dir/mupen64plus-audio-sdl2/projects/unix/*$suffix $install_dir
cd $base_dir
-@@ -67,7 +67,7 @@ fi
+@@ -66,7 +66,7 @@ fi
mkdir -p $base_dir/mupen64plus-gui/build
cd $base_dir/mupen64plus-gui/build
qmake ../mupen64plus-gui.pro
@@ -44,8 +44,8 @@
+make
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-gui/build/release/mupen64plus-gui.exe $install_dir
- else
-@@ -83,7 +83,7 @@ if [[ $UNAME == *"MINGW"* ]]; then
+ elif [[ $UNAME == *"Darwin"* ]]; then
+@@ -85,7 +85,7 @@ if [[ $UNAME == *"MINGW"* ]]; then
else
cmake -DMUPENPLUSAPI_GLIDENUI=On -DNOHQ=On -DVEC4_OPT=On -DCRC_OPT=On -DMUPENPLUSAPI=On ../../src/
fi