mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MAME: getting nproc via echo
This commit is contained in:
parent
45b862bd2d
commit
506b84b007
|
@ -1318,7 +1318,7 @@ modules:
|
||||||
strip: true
|
strip: true
|
||||||
build-commands:
|
build-commands:
|
||||||
- make
|
- make
|
||||||
-j nproc
|
-j echo $(nproc)
|
||||||
CFLAGS+=-Wno-error=restrict
|
CFLAGS+=-Wno-error=restrict
|
||||||
USE_QTDEBUG=0
|
USE_QTDEBUG=0
|
||||||
USE_WAYLAND=1
|
USE_WAYLAND=1
|
||||||
|
|
Loading…
Reference in a new issue