small fix

This commit is contained in:
Logan McNaughton
2020-02-28 19:57:50 -07:00
parent 8c32f431cc
commit 37aeabe092
2 changed files with 1 additions and 25 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ make -j4
if [[ $UNAME == *"MINGW"* ]]; then
cp $base_dir/mupen64plus-input-qt/build/mupen64plus-input-qt.dll $install_dir
else
cp $base_dir/mupen64plus-input-qt/build/mupen64plus-input-qt.so $install_dir
cp $base_dir/mupen64plus-input-qt/build/libmupen64plus-input-qt.so $install_dir/mupen64plus-input-qt.so
fi
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
-24
View File
@@ -1,24 +0,0 @@
#!/usr/bin/env bash
base_dir=$PWD
cd $base_dir/mupen64plus-core/projects/unix
make clean
cd $base_dir/mupen64plus-rsp-hle/projects/unix
make clean
cd $base_dir/mupen64plus-input-sdl/projects/unix
make clean
cd $base_dir/mupen64plus-audio-sdl2/projects/unix
make clean
rm -rf $base_dir/mupen64plus-gui/build
cd $base_dir/GLideN64/projects/cmake
make clean
cd $base_dir
rm -rf $base_dir/mupen64plus
rm $base_dir/*.zip