From 1bff2f9c455300bd83eb016c21be2a3f4aaa73e0 Mon Sep 17 00:00:00 2001 From: pleroy Date: Sat, 26 Oct 2024 12:44:00 +0200 Subject: [PATCH] Try dependencies again. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 957a69e..76f9657 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/abseil-cpp + -DNDEBUG -Iinclude -Ideps/abseil-cpp LIBRARY_TRANSLATION_UNITS := \ src/binary64/cos/cos.c \