build set

This commit is contained in:
modehua 2023-01-14 11:46:29 +08:00
parent 65e4786962
commit 82f4effc09
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ if [ "$1" != "hg" ] && [ "$1" != "lsc" ] && [ "$1" != "hw" ] && [ "$1" != "cts"
exit 1
fi
script_dir=$(cd $(dirname $0);pwd)
cd $script_dir
echo $script_dir
echo "Build QT base components require tool 'cbp2make' ..."
if [ -f /usr/bin/cbp2make ]; then