mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Merge pull request #25 from MP2E/master
Fix non-existant bsnes performance binary for mips being copied
This commit is contained in:
commit
1a5709c756
@ -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