From 662f01150f238e135df93c9c967ac007e2bb1b98 Mon Sep 17 00:00:00 2001 From: suhrke Date: Wed, 30 Sep 2020 19:22:37 -0700 Subject: [PATCH] Add msys2 eigen3 path for Windows 10 compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d2957e..18d583d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ EX=reflex2q3 CC=g++ -CFLAGS=-std=c++11 -I"include" -I"lib/Catch/single_include" -I"lib/cxxopts/include" -I"/usr/include/eigen3" +CFLAGS=-std=c++11 -I"/mingw64/include/eigen3" -I"include" -I"lib/Catch/single_include" -I"lib/cxxopts/include" -I"/usr/include/eigen3" TESTEX=runtests all: main test