Skip to content

Commit

Permalink
Merge pull request #131 from garbear/supafaust-exclude
Browse files Browse the repository at this point in the history
config: Exclude 'osx-x86_64' and 'osx-arm64' for supafaust
  • Loading branch information
garbear authored Aug 15, 2024
2 parents 672d000 + 809647c commit 936731c
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 @@ -162,7 +162,7 @@
'snes9x2002': ('snes9x2002', 'Makefile', '.', 'jni', {}),
'snes9x2010': ('snes9x2010', 'Makefile', '.', 'jni', {}),
'stella': ('stella-emu/stella', 'Makefile', 'src/os/libretro', 'src/os/libretro/jni', {}),
'supafaust': ('supafaust', 'Makefile', '.', 'jni', {'soname': 'mednafen_supafaust'}),
'supafaust': ('supafaust', 'Makefile', '.', 'jni', {'soname': 'mednafen_supafaust', 'exclude_platforms': ['osx-x86_64', 'osx-arm64']}),
'swanstation': ('swanstation', '', '.', '', {'branch': 'main', 'cmake': True}),
'tgbdual': ('tgbdual-libretro', 'Makefile', '.', 'jni', {}),
'theodore': ('Zlika/theodore', 'Makefile', '.', 'jni', {}),
Expand Down

0 comments on commit 936731c

Please sign in to comment.