mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
MAME-MODULE: trying a different approach (3)
This commit is contained in:
parent
0183fa2c01
commit
606e74c721
|
@ -3,7 +3,6 @@ modules:
|
|||
# https://sdlmame.wallyweek.org/download/
|
||||
# -j ${FLATPAK_BUILDER_N_JOBS}
|
||||
- name: mame
|
||||
no-autogen: true
|
||||
make-args:
|
||||
- CFLAGS+=-Wno-error=restrict
|
||||
- USE_QTDEBUG=0
|
||||
|
@ -17,7 +16,7 @@ modules:
|
|||
build-options:
|
||||
no-debuginfo: true
|
||||
strip: true
|
||||
build-commands:
|
||||
post-install:
|
||||
- install -Dm 0755 mame ${FLATPAK_DEST}/bin/mame
|
||||
- cp COPYING ${FLATPAK_DEST}/bin/
|
||||
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
||||
|
|
Loading…
Reference in a new issue