mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libretro.mame2015: enable parallel build
This commit is contained in:
parent
7377cc78e4
commit
c368f8c544
1 changed files with 2 additions and 1 deletions
|
@ -594,7 +594,8 @@ in
|
|||
extraNativeBuildInputs = [ python3 ];
|
||||
extraBuildInputs = [ alsa-lib ];
|
||||
makefile = "Makefile";
|
||||
enableParallelBuilding = false;
|
||||
# Build failures when this is set to a bigger number
|
||||
NIX_BUILD_CORES = 8;
|
||||
meta = {
|
||||
description = "Port of MAME ~2015 to libretro, compatible with MAME 0.160 sets";
|
||||
# MAME license, non-commercial clause
|
||||
|
|
Loading…
Reference in a new issue