mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
build.sh: fix making specific target
This commit is contained in:
parent
ad5f3cb655
commit
4778e4599d
6
build.sh
6
build.sh
@ -115,10 +115,10 @@ elif [ "$target" == "all" ]; then
|
|||||||
make O=$outputdir all
|
make O=$outputdir all
|
||||||
|
|
||||||
elif [ -n "$target" ]; then
|
elif [ -n "$target" ]; then
|
||||||
$0 $b all
|
make O=$outputdir $target
|
||||||
|
|
||||||
else
|
else # if [ -z "$target ]
|
||||||
make O=$outputdir all
|
$0 $b all
|
||||||
echo "build successful"
|
echo "build successful"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user