mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-21 20:35:37 +00:00
MAME-MODULE: reverting the tests + -j ${FLATPAK_BUILDER_N_JOBS}
This commit is contained in:
parent
4300dc1608
commit
e73d3426fc
|
@ -1,23 +1,23 @@
|
|||
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
|
||||
- USE_WAYLAND=1
|
||||
- USE_SYSTEM_LIB_FLAC=1
|
||||
- SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||
- LDOPTS=-Wl,-s
|
||||
- CC=clang
|
||||
- CXX=clang++
|
||||
- LD=lld
|
||||
buildsystem: simple
|
||||
build-options:
|
||||
no-debuginfo: true
|
||||
strip: true
|
||||
post-install:
|
||||
build-commands:
|
||||
- make
|
||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
||||
CC=clang
|
||||
CXX=clang++
|
||||
LD=lld
|
||||
CFLAGS+=-Wno-error=restrict
|
||||
USE_QTDEBUG=0
|
||||
USE_WAYLAND=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
|
||||
- cp COPYING ${FLATPAK_DEST}/bin/
|
||||
- cp uismall.bdf ${FLATPAK_DEST}/bin/
|
||||
|
|
Loading…
Reference in a new issue