aboutsummaryrefslogtreecommitdiff
path: root/build.common
diff options
context:
space:
mode:
Diffstat (limited to 'build.common')
-rw-r--r--build.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.common b/build.common
index b5685cd..cb46121 100644
--- a/build.common
+++ b/build.common
@@ -24,7 +24,7 @@ function build_project {
mkdir -p $1/build
cd $1/build
echo "Configuring project $1"
- ../configure $2 $3 $4 > build.log
+ ../configure $2 $3 $4 $5 $6 > build.log
echo "Building project $1"
make -j$JOBS >> build.log
echo "Installing project $1"