From f71c50e9470d18afc9716378537c9cdfca315368 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 25 二月 2021 14:25:58 +0800 Subject: [PATCH] update --- build.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build.sh b/build.sh index 6bfd753..455436e 100755 --- a/build.sh +++ b/build.sh @@ -16,6 +16,7 @@ "debug") BUILD_TYPE="Debug" + BUILD_SHARED_LIBS="ON" ;; "doc") -- Gitblit v1.8.0