diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-22 04:22:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-22 04:22:35 (GMT) |
commit | 51b83ff8ddf75fe9ba7f489e827ed6b9261dca4f (patch) | |
tree | a6778782336a86a751c105959a1bcee921190949 /openscad.pro | |
parent | 787572c07a359ff677d81ec9f80c96e69a7d3ead (diff) |
bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up some STL templates. This should fix it, courtesy of http://stackoverflow.com/questions/3484043/os-x-program-runs-on-dev-machine-crashing-horribly-on-others
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 024b788..b5321cc 100644 --- a/openscad.pro +++ b/openscad.pro @@ -246,6 +246,7 @@ SOURCES += src/version_check.cc \ src/printutils.cc \ src/progress.cc \ src/parsersettings.cc \ + src/stl-utils.cc \ \ src/nodedumper.cc \ src/traverser.cc \ |