From 08487f9a9ff87413dc8115c5f49e2fc19cba58a5 Mon Sep 17 00:00:00 2001 From: q191201771 <191201771@qq.com> Date: Thu, 7 Mar 2024 20:09:38 +0800 Subject: [PATCH] =?UTF-8?q?patch:=20=E5=89=8D=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E8=A1=A5=E5=85=85=EF=BC=8C=E4=B8=8D=E8=A6=81=E5=9C=A8build.sh?= =?UTF-8?q?=E4=B8=AD=E6=89=A7=E8=A1=8C=E7=BC=96=E8=AF=91=E5=87=BA=E7=9A=84?= =?UTF-8?q?=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=96=87=E4=BB=B6=EF=BC=8C=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E5=8F=AF=E8=83=BD=E6=98=AF=E4=B8=BA=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E7=BC=96=E8=AF=91=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 80b90010..3bdf88cb 100755 --- a/script/build.sh +++ b/script/build.sh @@ -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.'