MAME-MODULE: trying a different approach (3)

This commit is contained in:
XargonWan 2024-01-05 17:28:02 +01:00
parent 0183fa2c01
commit 606e74c721

View file

@ -3,7 +3,6 @@ modules:
# https://sdlmame.wallyweek.org/download/ # https://sdlmame.wallyweek.org/download/
# -j ${FLATPAK_BUILDER_N_JOBS} # -j ${FLATPAK_BUILDER_N_JOBS}
- name: mame - name: mame
no-autogen: true
make-args: make-args:
- CFLAGS+=-Wno-error=restrict - CFLAGS+=-Wno-error=restrict
- USE_QTDEBUG=0 - USE_QTDEBUG=0
@ -17,7 +16,7 @@ modules:
build-options: build-options:
no-debuginfo: true no-debuginfo: true
strip: true strip: true
build-commands: post-install:
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame - install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
- cp COPYING ${FLATPAK_DEST}/bin/ - cp COPYING ${FLATPAK_DEST}/bin/
- cp uismall.bdf ${FLATPAK_DEST}/bin/ - cp uismall.bdf ${FLATPAK_DEST}/bin/