mirror of
https://github.com/simple64/simple64.git
synced 2026-09-07 12:52:44 +02:00
small fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user