diff options
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 5adfaff..b12b467 100644 --- a/openscad.pro +++ b/openscad.pro @@ -34,12 +34,12 @@ cgal { INCLUDEPATH += $(PWD)/../install/include /opt/local/include # The -L/usr/lib is to force the linker to use system libraries over MacPort libraries LIBS += -L/usr/lib -L$(PWD)/../install/lib -L/opt/local/lib /opt/local/lib/libgmp.a /opt/local/lib/libmpfr.a /opt/local/lib/libboost_thread-mt.a - QMAKE_CXXFLAGS += -frounding-math } else { LIBS += -lmpfr } win32:LIBS += -lboost_thread -lgmp + QMAKE_CXXFLAGS += -frounding-math } opencsg { |