diff options
| author | Pjotr Prins | 2017-07-11 09:42:05 +0000 |
|---|---|---|
| committer | Pjotr Prins | 2017-07-11 09:42:18 +0000 |
| commit | ddec1682853b0a2573e571d02f9b7017d82cebde (patch) | |
| tree | 3b18fbbaa94e23c806b7e0e03d3a6789305cfc16 | |
| parent | c3bc17415916a38aae675805b7f26a4cb6aafeca (diff) | |
| download | pangemma-ddec1682853b0a2573e571d02f9b7017d82cebde.tar.gz | |
Makefile: add extra slash to support relative eigen paths
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 72994be..268174f 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ SRC_DIR = ./src CPP = g++ -CPPFLAGS = -O3 -std=gnu++11 -isystem$(EIGEN_INCLUDE_PATH) +CPPFLAGS = -O3 -std=gnu++11 -isystem/$(EIGEN_INCLUDE_PATH) ifdef SHOW_COMPILER_WARNINGS CPPFLAGS += -Wall |
