Skip to content
Snippets Groups Projects
Commit dcbb56ce authored by Tristan Matthews's avatar Tristan Matthews
Browse files

pjsip: allow parallel builds

They've been fixed upstream.

Refs #44894
parent 49166b95
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
if [ "$#" -eq "0" ] if [ "$#" -eq "0" ]
then then
CONFIGURE=./configure CONFIGURE=./configure
# pjproject fails on parallel build, so force -j1 in case MAKE="make dep && make"
MAKE="make dep && make -j1"
elif [ "$1" == "-a" ] elif [ "$1" == "-a" ]
then then
CONFIGURE=./configure-android CONFIGURE=./configure-android
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment