From 731f94cb0305b5b5b514ab3ba98270d5a34f4953 Mon Sep 17 00:00:00 2001 From: touchint <465041008@qq.com> Date: Wed, 29 May 2024 11:04:13 +0000 Subject: [PATCH] update sample/build/build.sh. Signed-off-by: touchint <465041008@qq.com> --- sample/build/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sample/build/build.sh b/sample/build/build.sh index bbb2915b04..d610dd10c1 100644 --- a/sample/build/build.sh +++ b/sample/build/build.sh @@ -3,6 +3,7 @@ CUR_DIR=$(dirname $(readlink -f $0)) TOP_DIR=$(readlink -f $CUR_DIR/../) + # add cd ${TOP_DIR}/normal_sample/vec_only make -- Gitee