patch: 前次提交补充,不要在build.sh中执行编译出的可执行文件,因为可能是为其他平台编译的

pull/349/head
q191201771 11 months ago
parent 54c8feee9c
commit 08487f9a9f

@ -66,6 +66,7 @@ if [ -d "./playground" ]; then
done
fi
${OUT_DIR}/lalserver -v &&
#${OUT_DIR}/lalserver -v
ls -lrt ${OUT_DIR} &&
echo 'build done.'

Loading…
Cancel
Save