Skip to content

Commit

Permalink
Use core-math on macOS and Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 26, 2024
1 parent ff268a0 commit c9d3458
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 c9d3458

Please sign in to comment.