Skip to content

Commit

Permalink
Merge pull request #4120 from pleroy/master
Browse files Browse the repository at this point in the history
Use core-math on macOS and Ubuntu
  • Loading branch information
pleroy authored Oct 26, 2024
2 parents ff268a0 + c9d3458 commit 80e820e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ endif
LIBS := $(DEP_DIR)protobuf/src/.libs/libprotobuf.a \
$(DEP_DIR)gipfeli/libgipfeli.a \
$(ABSL_GROUP_LIBS) \
$(DEP_DIR)core-math/libcore-math.a \
$(DEP_DIR)zfp/build/lib/libzfp.a \
$(DEP_DIR)glog/.libs/libglog.a -lpthread -lc++ -lc++abi
TEST_INCLUDES := \
Expand All @@ -96,6 +97,7 @@ INCLUDES := -I. -I$(DEP_DIR)glog/src \
-I$(DEP_DIR)protobuf/src \
-I$(DEP_DIR)gipfeli/include \
-I$(DEP_DIR)abseil-cpp \
-I$(DEP_DIR)core-math/include \
-I$(DEP_DIR)zfp/include \
-I$(DEP_DIR)config/include \
-I$(DEP_DIR)multiprecision/include
Expand Down

0 comments on commit 80e820e

Please sign in to comment.