Blender Git Loki
Git Commits -> Revision 90d179f
Revision 90d179f by Michel Selten (master) March 15, 2004, 19:55 (GMT) |
SCons updates * Added the following flags to config.opts: - PYTHON_LINKFLAGS - PLATFORM_LIBS - PLATFORM_LIBPATH - PLATFORM_LINKFLAGS Backup your original config.opts file and run scons again to get these new options. * Use freetype-config instead of pkg-config for determining the freetype2 flags. * The new PYTHON_LINKFLAGS now enable the dynamic linking on Linux and possibly other platforms as well. This should resolve all linking problems reported to the mailing lists. (At least for Linux, I can't test other platforms). |
Commit Details:
Full Hash: 90d179f014a6c47878e3bb225e3a6de97510ba72
SVN Revision: 2158
Parent Commit: 127e57d
Lines Changed: +21, -11