diff --git a/component/cbb/build.sh b/component/cbb/build.sh index dfb13a5c14d47bccf093b7b4a95bd0927046ecbe..77417fb6fce181ffdd5be1b23fc5cf1ea69eaf42 100644 --- a/component/cbb/build.sh +++ b/component/cbb/build.sh @@ -25,5 +25,5 @@ LOCAL_DIR=$(dirname "${LOCAL_PATH}") ROOT_DIR="${PWD}/../../.." export PLAT_FORM_STR=$(sh ${LOCAL_DIR}/../../build/get_PlatForm_str.sh) -cd build/linux/opengauss -sh -x build.sh -3rd "${GCC_PATH}" \ No newline at end of file +cp -r ${GCC_PATH} ${ROOT_DIR}/output/buildtools/ +sh -x build.sh -3rd "${ROOT_DIR}/output" \ No newline at end of file