From e9a98a5a275fa50e898d4120ef0a2f4e996e1dc3 Mon Sep 17 00:00:00 2001 From: yanghao Date: Sat, 5 Mar 2022 16:55:07 +0800 Subject: [PATCH] use makefile to build package --- build/script/build_opengauss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/script/build_opengauss.sh b/build/script/build_opengauss.sh index 338a8dd02..971fda45f 100755 --- a/build/script/build_opengauss.sh +++ b/build/script/build_opengauss.sh @@ -12,7 +12,7 @@ # Example: ./build_opengauss.sh -3rd /path/to/your/third_party_binarylibs/ # change it to "N", if you want to build with original build system based on solely Makefiles -declare CMAKE_PKG="Y" +declare CMAKE_PKG="N" declare SCRIPT_DIR=$(cd $(dirname "${BASH_SOURCE[0]}"); pwd) declare ROOT_DIR=$(dirname "${SCRIPT_DIR}") declare ROOT_DIR=$(dirname "${ROOT_DIR}")