use makefile to build package

This commit is contained in:
yanghao 2022-03-05 16:55:07 +08:00
parent de223dd152
commit e9a98a5a27
1 changed files with 1 additions and 1 deletions

View File

@ -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}")