Skip to content
Snippets Groups Projects
Commit efd78c41 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: disabled parallel build for generic depends

parent eb83312b
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ function build_pkg {
make ${MAKEOPTS}
make install
else
make $* ${MAKEOPTS}
make $*
fi
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment