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"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
bits=64
|
bits=64
|
||||||
|
makejobs=$jobArgs
|
||||||
commandBinDir=$binDir
|
commandBinDir=$binDir
|
||||||
commandSuffix=$secondaryArchSuffix
|
commandSuffix=$secondaryArchSuffix
|
||||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||||
bits=
|
bits=
|
||||||
commandBinDir=$prefix/bin
|
commandBinDir=$prefix/bin
|
||||||
commandSuffix=
|
commandSuffix=
|
||||||
|
makejobs=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
@@ -153,7 +155,7 @@ BUILD()
|
|||||||
USE_SYSTEM_LIB_GLM=1 \
|
USE_SYSTEM_LIB_GLM=1 \
|
||||||
USE_SYSTEM_LIB_RAPIDJSON=1 \
|
USE_SYSTEM_LIB_RAPIDJSON=1 \
|
||||||
USE_SYSTEM_LIB_PUGIXML=1 \
|
USE_SYSTEM_LIB_PUGIXML=1 \
|
||||||
$jobArgs
|
$makejobs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user