Skip to content

Commit

Permalink
Merge pull request #2 from icenine451/main
Browse files Browse the repository at this point in the history
Updating mame-module.yml with TOOLS build commands
  • Loading branch information
XargonWan authored Apr 17, 2024
2 parents deb209b + 9751eba commit e3d3dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mame-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ modules:
CFLAGS+=-Wno-error=restrict
USE_QTDEBUG=0
USE_WAYLAND=1
TOOLS=1
USE_SYSTEM_LIB_FLAC=1
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
LDOPTS=-Wl,-s
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
- install -Dm 0755 chdman ${FLATPAK_DEST}/bin/chdman
- cp COPYING ${FLATPAK_DEST}/bin/
- cp uismall.bdf ${FLATPAK_DEST}/bin/
- mkdir -p ${FLATPAK_DEST}/share/mame/
Expand Down Expand Up @@ -48,4 +50,4 @@ modules:
- type: patch
path: mame-patches/sound.patch
- type: patch
path: mame-patches/ym3802.patch
path: mame-patches/ym3802.patch

0 comments on commit e3d3dcd

Please sign in to comment.