Skip to content

Commit 32d9f88

Browse files
authored
Merge pull request #11 from imotai/feat/add_absl
fix: add some log
2 parents 1d0b671 + d64ac45 commit 32d9f88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build_env/build_library.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ if [ ! -f "absl_succ" ]; then
151151
cmake -DCMAKE_INSTALL_PREFIX="$DEPS_PREFIX" -DCMAKE_CXX_FLAGS=-fPIC -DABSL_ENABLE_INSTALL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DABSL_USE_GOOGLETEST_HEAD=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
152152
make "-j$(nproc)"
153153
make install
154+
ls -l ${DEPS_PREFIX}/lib64 | grep flags
154155
cp absl/flags/libabsl_flags_private_handle_accessor.a ${DEPS_PREFIX}/lib64/
156+
ls -l ${DEPS_PREFIX}/lib64 | grep flags
155157
popd
156158
touch absl_succ
157159
echo "install absl done"
@@ -345,11 +347,11 @@ else
345347
echo "install boost done"
346348
fi
347349

348-
349-
350+
ls -l ${DEPS_PREFIX}/lib64 | grep flags
350351

351352
# Remove dynamic library files for static link
352353
find /depends/thirdparty/lib/ -name "lib*so*" | grep -v "libRemarks" | grep -v "libLTO" | xargs rm
353354
find /depends/thirdparty/lib64/ -name "lib*so*" | grep -v "libRemarks" | grep -v "libLTO" | xargs rm
355+
ls -l ${DEPS_PREFIX}/lib64 | grep flags
354356

355357
popd

0 commit comments

Comments
 (0)