Skip to content

Commit

Permalink
More script fixes for Boost.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Apr 8, 2024
1 parent 4f98721 commit 7c932f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ INCLUDES := -I. -I$(DEP_DIR)glog/src \
-I$(DEP_DIR)gipfeli/include \
-I$(DEP_DIR)abseil-cpp \
-I$(DEP_DIR)zfp/include \
-I$(DEP_DIR)boost/config/include \
-I$(DEP_DIR)boost/multiprecision/include
-I$(DEP_DIR)config/include \
-I$(DEP_DIR)multiprecision/include
SHARED_ARGS := \
-std=c++20 -stdlib=libc++ -O3 -g \
--system-header-prefix=serialization/ \
Expand Down
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "Required runtime dependencies: libc++1"
mkdir -p deps
pushd deps

for repo in protobuf glog googletest gipfeli abseil-cpp benchmark zfp; do
for repo in abseil-cpp benchmark config gipfeli glog googletest multiprecision protobuf zfp; do
if [ ! -d "$repo" ]; then
git clone "https://github.com/mockingbirdnest/$repo.git"
fi
Expand Down

0 comments on commit 7c932f3

Please sign in to comment.