Skip to content

Commit

Permalink
Removed arguments of make
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 9, 2013
1 parent bcf5ead commit f3b8765
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/apps/app_stage.sh
Expand Up @@ -32,7 +32,15 @@ function install-git-libvpx()
--enable-shared --enable-vp8

make clean || true
make ${options[make-args]} && make ${options[make-args]} install

make || {
printf "make of $project failed!!!\n"
exit -1
}
make install || {
printf "make of $project failed!!!\n"
exit -1
}

cd $back

Expand Down

0 comments on commit f3b8765

Please sign in to comment.