From b861de29176891657cc96631ddbfb4ea9e114a42 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期一, 30 八月 2021 17:52:23 +0800 Subject: [PATCH] re-structure the communication work flow. --- build.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/build.sh b/build.sh index 455436e..ea2dcde 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ BUILD_TYPE="Debug" BUILD_DOC="OFF" -BUILD_SHARED_LIBS="OFF" +BUILD_SHARED_LIBS="ON" function usage() { echo "build.sh [release | debug | doc]" -- Gitblit v1.8.0