mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
modified make argument with $jobArgs
This commit is contained in:
@@ -32,7 +32,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make $jobArgs
|
||||
cmd:make
|
||||
"
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ BUILD()
|
||||
autoconf
|
||||
|
||||
runConfigure ./configure
|
||||
make
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user