mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
MAME: reduced jobs number to 1
This commit is contained in:
parent
6192cc31c0
commit
82ff45e290
|
@ -1263,6 +1263,7 @@ modules:
|
||||||
|
|
||||||
# MAME - Start
|
# MAME - Start
|
||||||
# https://github.com/flathub/org.mamedev.MAME
|
# https://github.com/flathub/org.mamedev.MAME
|
||||||
|
# -j was ${FLATPAK_BUILDER_N_JOBS} but it's making the server crash
|
||||||
|
|
||||||
- name: mame
|
- name: mame
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -1271,7 +1272,7 @@ modules:
|
||||||
strip: true
|
strip: true
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j ${FLATPAK_BUILDER_N_JOBS}
|
-j 1
|
||||||
CFLAGS+=-Wno-error=restrict
|
CFLAGS+=-Wno-error=restrict
|
||||||
USE_SYSTEM_LIB_FLAC=1
|
USE_SYSTEM_LIB_FLAC=1
|
||||||
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
SDL_INI_PATH='$$HOME/.APP_NAME;/app/share/APP_NAME/ini'
|
||||||
|
|
Loading…
Reference in a new issue