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:
fbrosson
2018-04-15 06:40:09 +00:00
parent 060e667f1c
commit b31078d6da

View File

@@ -59,7 +59,7 @@ defineDebugInfoPackage projectconceptor \
BUILD() BUILD()
{ {
make -C src OBJ_DIR=objects app plugins $jobArgs make -C src OBJ_DIR=objects app plugins
} }
INSTALL() INSTALL()