mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Fix non-existant bsnes performance binary for mips being copied
This commit is contained in:
parent
21d5625818
commit
55da80bdc0
@ -461,7 +461,6 @@ build_libretro_bsnes_performance()
|
||||
ndk-build clean APP_ABI="armeabi-v7a x86"
|
||||
ndk-build -j$JOBS APP_ABI="armeabi-v7a x86"
|
||||
cp ../libs/armeabi-v7a/libretro_bsnes_performance.${FORMAT_EXT} $RARCH_DIST_DIR/armeabi-v7a/libretro_bsnes_performance.${FORMAT_EXT}
|
||||
cp ../libs/mips/libretro_bsnes_performance.${FORMAT_EXT} $RARCH_DIST_DIR/mips/libretro_bsnes_performance.${FORMAT_EXT}
|
||||
cp ../libs/x86/libretro_bsnes_performance.${FORMAT_EXT} $RARCH_DIST_DIR/x86/libretro_bsnes_performance.${FORMAT_EXT}
|
||||
else
|
||||
echo "bsnes not fetched, skipping ..."
|
||||
|
Loading…
Reference in New Issue
Block a user