From f970deb672a3f28adfc8e5b16439a2a23a7829e7 Mon Sep 17 00:00:00 2001 From: pleroy Date: Sat, 26 Oct 2024 12:35:29 +0200 Subject: [PATCH] Better dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e202bbe..957a69e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ COMPILER_OPTIONS := \ -std=c++1z -stdlib=libc++ -O3 -g \ -fPIC -fexceptions -ferror-limit=1 -fno-omit-frame-pointer \ -Wall -Wpedantic \ - -DNDEBUG -Iinclude -I../deps + -DNDEBUG -Iinclude -I../deps/abseil-cpp LIBRARY_TRANSLATION_UNITS := \ src/binary64/cos/cos.c \