Skip to content

Commit

Permalink
Merge pull request #130 from garbear/vba-next-armv7
Browse files Browse the repository at this point in the history
config: Excluded 'android-armv7' platform from vba-next
  • Loading branch information
garbear authored Aug 12, 2024
2 parents 91b6dd9 + 5b40b6a commit c5670eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kodi_game_scripting/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
'uae': ('libretro-uae', 'Makefile', '.', 'jni', {'soname': 'puae'}),
#'uae4arm': ('Chips-fr/uae4arm-rpi', 'Makefile.libretro', '.', 'jni', {}), # Fails to build on non arm system
'uzem': ('libretro-uzem', 'Makefile.libretro', '.', 'jni', {}),
'vba-next': ('vba-next', 'Makefile', '.', 'libretro/jni', {'soname': 'vba_next'}),
'vba-next': ('vba-next', 'Makefile', '.', 'libretro/jni', {'soname': 'vba_next', 'exclude_platforms': ['android-armv7']}),
'vbam': ('visualboyadvance-m/visualboyadvance-m', 'Makefile', 'src/libretro', 'src/libretro/jni', {}),
'vecx': ('libretro-vecx', 'Makefile', '.', 'jni', {}),
'vemulator': ('vemulator-libretro', 'Makefile', '.', 'jni', {}),
Expand Down

0 comments on commit c5670eb

Please sign in to comment.