Blender Git Loki
Git Commits -> Revision fde83cb
Revision fde83cb by Brecht Van Lommel (master) September 28, 2009, 16:05 (GMT) |
Fix compile problem on OS X Snow Leopard. The Mac code for dynamic library loading was using some non-public OS X functions, which give linking issues for me. Since OS X 10.3 standard unix dlopen() is supported, so I just removed this code, we don't support earlier versions anyway. |
Commit Details:
Full Hash: fde83cb75b340acfb4bcb738714d5a4395406737
SVN Revision: 23540
Parent Commit: ba7fb3f
Lines Changed: +1, -199
1 Modified Path:
/source/blender/blenlib/intern/dynlib.c (+1, -199) (Diff)