From 7b18f42dde0d7507cde658b6f8fc1869018e5234 Mon Sep 17 00:00:00 2001 From: suhrke Date: Fri, 24 Mar 2023 08:41:50 -0700 Subject: [PATCH] Added /usr/local/include path for Eigen3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f9d336..9cfd558 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ EX=reflex2q3 CC=g++ -CFLAGS=-static -static-libgcc -static-libstdc++ -I"/mingw64/include/eigen3" -I"include" -I"lib/Catch/single_include/catch2" -I"lib/cxxopts/include" -I"/usr/include/eigen3" +CFLAGS=-static -static-libgcc -static-libstdc++ -I"/mingw64/include/eigen3" -I"include" -I"lib/Catch/single_include/catch2" -I"lib/cxxopts/include" -I"/usr/include/eigen3" -I"/usr/local/include/eigen3" TESTEX=runtests all: main test