From 0ec84bf99c70b22db1c84746245e7360001c08b9 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Tue, 17 Dec 2024 11:56:14 +0800 Subject: [PATCH] Initial --- scripts/setup-centos9.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-centos9.sh b/scripts/setup-centos9.sh index a75bbb02596d..e0f51a4d91e7 100755 --- a/scripts/setup-centos9.sh +++ b/scripts/setup-centos9.sh @@ -95,7 +95,7 @@ function install_gflags { function install_glog { wget_and_untar https://github.com/google/glog/archive/v0.6.0.tar.gz glog - cmake_install_dir glog -DBUILD_SHARED_LIBS=ON + cmake_install_dir glog -DBUILD_SHARED_LIBS="$VELOX_BUILD_SHARED" } function install_lzo {