From 1f60a233f951a9b42344526b7453f7c6a7122386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=94=A6=E6=B3=A2?= <570157209@qq.com> Date: Tue, 20 Aug 2024 01:30:00 +0000 Subject: [PATCH] =?UTF-8?q?CBB=E9=80=82=E9=85=8D=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李锦波 <570157209@qq.com> --- component/cbb/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/cbb/build.sh b/component/cbb/build.sh index f03f1d404..dfb13a5c1 100644 --- a/component/cbb/build.sh +++ b/component/cbb/build.sh @@ -26,4 +26,4 @@ ROOT_DIR="${PWD}/../../.." export PLAT_FORM_STR=$(sh ${LOCAL_DIR}/../../build/get_PlatForm_str.sh) cd build/linux/opengauss -sh -x build.sh -3rd "${ROOT_DIR}/output/" \ No newline at end of file +sh -x build.sh -3rd "${GCC_PATH}" \ No newline at end of file -- Gitee