From c9d345814c709cc2db7e8c38d42e01804487878d Mon Sep 17 00:00:00 2001 From: pleroy Date: Sat, 26 Oct 2024 13:20:03 +0200 Subject: [PATCH] Use core-math on macOS and Ubuntu. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 82b1361652..1d4003fef4 100644 --- a/Makefile +++ b/Makefile @@ -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 := \ @@ -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