fixed default eigen2 include for mac

git-svn-id: http://svn.clifford.at/openscad/trunk@475 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-03-02 20:51:10 +00:00
parent bd964ba98b
commit 9655606f46
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@ EIGEN2_DIR = $$(EIGEN2DIR)
INCLUDEPATH += $$EIGEN2_DIR
}
else {
INCLUDEPATH += /usr/include/eigen2
macx {
INCLUDEPATH += /opt/local/include/eigen2
}
else {
INCLUDEPATH += /usr/include/eigen2
}
}
LEXSOURCES += ../src/lexer.l