Browse Source

changed path of anttweakbar

Former-commit-id: 03a2abdfd13af3b7649ae2bdc745d5db6e483600
dpanozzo 13 years ago
parent
commit
70ebc587cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -19,7 +19,7 @@ all: CFLAGS += -O3 -DNDEBUG -Wall
 debug: CFLAGS += -g -Wall -Werror
 
 # Eigen dependency
-EIGEN3_INC=-I/usr/local/include/eigen3 -I/usr/local/include/eigen3/unsupported
+EIGEN3_INC=-I/opt/local/include/eigen3 -I/opt/local/include/eigen3/unsupported
 INC+=$(EIGEN3_INC)
 
 # AntTweakBar dependency