mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-01 20:48:54 +02:00
MAME: multi-job needs too much RAM on 32 bit
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user