Skip to content

Commit 80e820e

Browse files
authored
Merge pull request #4120 from pleroy/master
Use core-math on macOS and Ubuntu
2 parents ff268a0 + c9d3458 commit 80e820e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ endif
8787
LIBS := $(DEP_DIR)protobuf/src/.libs/libprotobuf.a \
8888
$(DEP_DIR)gipfeli/libgipfeli.a \
8989
$(ABSL_GROUP_LIBS) \
90+
$(DEP_DIR)core-math/libcore-math.a \
9091
$(DEP_DIR)zfp/build/lib/libzfp.a \
9192
$(DEP_DIR)glog/.libs/libglog.a -lpthread -lc++ -lc++abi
9293
TEST_INCLUDES := \
@@ -96,6 +97,7 @@ INCLUDES := -I. -I$(DEP_DIR)glog/src \
9697
-I$(DEP_DIR)protobuf/src \
9798
-I$(DEP_DIR)gipfeli/include \
9899
-I$(DEP_DIR)abseil-cpp \
100+
-I$(DEP_DIR)core-math/include \
99101
-I$(DEP_DIR)zfp/include \
100102
-I$(DEP_DIR)config/include \
101103
-I$(DEP_DIR)multiprecision/include

0 commit comments

Comments
 (0)