Page MenuHome

Fix bpy.so linkage on Mac OS X.
AbandonedPublic

Authored by Campbell Barton (campbellbarton) on Feb 23 2014, 8:00 AM.

Details

Summary

On mac build with enabled WITH_PYTHON_MODULE fails on the link of bpy.so because global variable GHOST_user_locale is defined in the GHOST_SystemCocoa.mm that enabled only if WITH_HEADLESS and WITH_GHOST_SDL are disabled.

Diff Detail