mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
aobook: build with a single job (#3596)
This commit is contained in:
@@ -51,7 +51,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
make -C mlib -f Makefile.haiku $jobArgs OBJ_DIR=objects
|
||||
make -C src -f Makefile.haiku $jobArgs OBJ_DIR=objects \
|
||||
make -C src -f Makefile.haiku -j1 OBJ_DIR=objects \
|
||||
default catalogs bindcatalogs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user