Blender Git Loki
Git Commits -> Revision 59c71eb
Revision 59c71eb by Antonis Ryakiotakis (master) August 21, 2012, 21:01 (GMT) |
For gcc based systems use g++ for linking. This is necessary so that exceptions are propagated between shared libraries. We already use g++ when linking with cmake. This solves crash when trying to render with missing files on MinGW-w64 cycles. The cause was an OpenEXR exception that went uncaught when trying to check the file's extension through OpenImageIO while building the shader tree. Thus my bug-hunting frustration can end with a happy chord. |
Commit Details:
Full Hash: 59c71eb00ad2b798af6b7ff7959225e975201e2b
SVN Revision: 50102
Parent Commit: c92ab5c
Lines Changed: +2, -0
1 Modified Path:
/build_files/scons/tools/Blender.py (+2, -0) (Diff)