libretro.mame2016: enable parallel build

This commit is contained in:
Thiago Kenji Okada 2024-02-04 20:58:57 +00:00
parent 0a88b3309a
commit 79f8e9d064

View File

@ -608,7 +608,8 @@ in
extraNativeBuildInputs = [ python3 ];
extraBuildInputs = [ alsa-lib ];
makeFlags = [ "PYTHON_EXECUTABLE=python3" ];
enableParallelBuilding = false;
# Build failures when this is set to a bigger number
NIX_BUILD_CORES = 8;
meta = {
description = "Port of MAME ~2016 to libretro, compatible with MAME 0.174 sets";
license = with lib.licenses; [ bsd3 gpl2Plus ];