Skip to content

Commit

Permalink
patch: 前次提交补充,不要在build.sh中执行编译出的可执行文件,因为可能是为其他平台编译的
Browse files Browse the repository at this point in the history
  • Loading branch information
q191201771 committed Mar 7, 2024
1 parent 54c8fee commit 08487f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

0 comments on commit 08487f9

Please sign in to comment.