diff options
Diffstat (limited to 'eigen.pri')
-rw-r--r-- | eigen.pri | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -15,10 +15,6 @@ OPENSCAD_LIBRARIES_DIR = $$(OPENSCAD_LIBRARIES) EIGEN2_DIR = $$(EIGEN2DIR) EIGEN_DIR = $$(EIGENDIR) -CONFIG(mingw-cross-env) { - EIGEN_INCLUDEPATH = mingw-cross-env/include/eigen2 -} - # Optionally specify location of Eigen3 using the # OPENSCAD_LIBRARIES env. variable !isEmpty(OPENSCAD_LIBRARIES_DIR) { @@ -69,11 +65,6 @@ isEmpty(EIGEN_INCLUDEPATH) { EIGEN_INCLUDEPATH = $$replace(EIGEN_CFLAGS,"-I","") } -mingw-cross-env { - EIGEN_CFLAGS = $$system("i686-pc-mingw32-pkg-config --cflags eigen3") - EIGEN_INCLUDEPATH = $$replace(EIGEN_CFLAGS,"-I","") -} - # disable Eigen SIMD optimizations for platforms where it breaks compilation !macx { !freebsd-g++ { |