From 9cafe60842908755157e1990f3ee5740ee781b9e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 22 Dec 2023 11:59:45 +0100 Subject: [PATCH] MAME-MODULE: defined number of jobs --- mame-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mame-module.yml b/mame-module.yml index 72b5c3c..f23acd5 100644 --- a/mame-module.yml +++ b/mame-module.yml @@ -7,7 +7,7 @@ modules: strip: true build-commands: - make - -j echo $(nproc) + -j ${FLATPAK_BUILDER_N_JOBS} CFLAGS+=-Wno-error=restrict USE_QTDEBUG=0 USE_WAYLAND=1