mirror of
https://github.com/RetroDECK/MAME.git
synced 2024-11-22 04:35:38 +00:00
Add TOOLS=1 to build options and install chdman tool after build
This commit is contained in:
parent
57db7b4eec
commit
8905c6db1b
|
@ -51,10 +51,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/
|
||||
|
|
Loading…
Reference in a new issue