From 4387de8b8212fa65f7a8fd15c4286ecc4b6b0d87 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Mon, 18 Mar 2024 22:17:56 +0800 Subject: [PATCH] Fix macos CI --- apps/ci/mac/ci-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/mac/ci-compile.sh b/apps/ci/mac/ci-compile.sh index b5440fb67..136c84b82 100755 --- a/apps/ci/mac/ci-compile.sh +++ b/apps/ci/mac/ci-compile.sh @@ -11,7 +11,7 @@ ccache -s cd var/build/obj time cmake ../../../ \ --DTOOLS_BUILD=1 \ +-DTOOLS_BUILD=all \ -DSCRIPTS=static \ -DCMAKE_BUILD_TYPE=Release \ -DMYSQL_ADD_INCLUDE_PATH=/usr/local/include \