LingYun open library local/cross compile shell scripts
guowenxue
16 hours ago e8b85e738712e493d1eb033ea5321c3c3e6bb3af
Update QT build shell script for clean
1 files modified
2 ■■■ changed files
qt/build.sh 2 ●●● patch | view | raw | blame | history
qt/build.sh
@@ -197,7 +197,7 @@
function do_clean()
{
    rm -rf *${LIB_NAME}*
    rm -rf *${LIB_NAME}* ${SRC_NAME}
}
if [[ $# == 1 && $1 == -c ]] ;then