From bddf7b6508f5563553f31b8f72c976fe432af530 Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Sat, 15 Jun 2019 09:43:31 +0200 Subject: [PATCH] MAME: jobargs fix --- games-emulation/mame/mame-0.210.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mame/mame-0.210.recipe b/games-emulation/mame/mame-0.210.recipe index b4b7313df..be8c74dbb 100644 --- a/games-emulation/mame/mame-0.210.recipe +++ b/games-emulation/mame/mame-0.210.recipe @@ -155,7 +155,7 @@ BUILD() USE_SYSTEM_LIB_GLM=1 \ USE_SYSTEM_LIB_RAPIDJSON=1 \ USE_SYSTEM_LIB_PUGIXML=1 \ - $makejobs + -j $makejobs } INSTALL()