mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
ProjectConceptor: drop $jobArgs in BUILD(). See #2445
This is required with the current makefile because the "plugins" target fails to build if we don't build the "app" target first.
This commit is contained in:
@@ -59,7 +59,7 @@ defineDebugInfoPackage projectconceptor \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make -C src OBJ_DIR=objects app plugins $jobArgs
|
||||
make -C src OBJ_DIR=objects app plugins
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user