This commit is contained in:
luoliangyi 2022-09-30 11:09:54 +08:00
parent 04edfa4d64
commit cc62956f81
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if [ "$oem" == "hgso" ] ;then
./build.sh hg ./build.sh hg
elif [ "$oem" == "hwso" ];then elif [ "$oem" == "hwso" ];then
./build.sh hw ./build.sh hw
elif [ "$oem" == "lscso" ] || [ "$oem" == "lscsm" ];then elif [ "$oem" == "lscso" ];then
./build.sh lsc ./build.sh lsc
fi fi