diff options
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 4a8bdf2..5000c13 100644 --- a/openscad.pro +++ b/openscad.pro @@ -41,7 +41,7 @@ include(opencsg.pri) # Optionally specify location of Eigen2 using the # EIGEN2DIR env. variable -EIGEN2_DIR = $(EIGEN2DIR) +EIGEN2_DIR = $$(EIGEN2DIR) !isEmpty(EIGEN2_DIR) { INCLUDEPATH += $$EIGEN2_DIR } |