From 4ada26843074a7576f31c86c3d8869ae203e70a9 Mon Sep 17 00:00:00 2001 From: huangwei Date: Thu, 22 Jul 2021 19:49:04 +0800 Subject: [PATCH] fix --- pack_boost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack_boost.sh b/pack_boost.sh index 47caae8..67402fe 100755 --- a/pack_boost.sh +++ b/pack_boost.sh @@ -34,7 +34,7 @@ if [[ "${ARCH}" == "Mac" ]]; then else ./bootstrap.sh fi -./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX" --with-regex --with-filesystem --with-date_time # TODO +./b2 link=static cxxflags=-fPIC cflags=-fPIC release install --prefix="$DEPS_PREFIX" --with-regex --with-filesystem --with-date_time popd