From 20722efcdf8aa0d3e7bf3b70ee9b10713ba31fe2 Mon Sep 17 00:00:00 2001 From: zyj <16638332+zyj-repo@user.noreply.gitee.com> Date: Mon, 30 Mar 2026 12:21:24 +0000 Subject: [PATCH] update build.sh. Signed-off-by: zyj <16638332+zyj-repo@user.noreply.gitee.com> --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 98c047d7..332bf349 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ ROOT_DIR="$(pwd)" rm -rf build rm -rf output +# test # Put the cmake file in build mkdir build cd build -- Gitee