MAME: multi-job needs too much RAM on 32 bit

This commit is contained in:
miqlas
2019-06-15 09:15:40 +02:00
committed by GitHub
parent 1ac7ec51d4
commit b9b4827c59

View File

@@ -28,12 +28,14 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
bits=64
makejobs=$jobArgs
commandBinDir=$binDir
commandSuffix=$secondaryArchSuffix
if [ "$targetArchitecture" = x86_gcc2 ]; then
bits=
commandBinDir=$prefix/bin
commandSuffix=
makejobs=1
fi
PROVIDES="
@@ -153,7 +155,7 @@ BUILD()
USE_SYSTEM_LIB_GLM=1 \
USE_SYSTEM_LIB_RAPIDJSON=1 \
USE_SYSTEM_LIB_PUGIXML=1 \
$jobArgs
$makejobs
}
INSTALL()