Page MenuHome

Make deps: Fix compilation error of Python on macOS
ClosedPublic

Authored by Sergey Sharybin (sergey) on Jul 7 2020, 10:11 AM.

Details

Summary

The configuration was confused about gettext installed via Homebrew
and isysroot passed to Python's compilation but not to test programs.

After this change import gettext still works, but it is unclear how
to test it further,

Diff Detail

Repository
rB Blender
Branch
macos_fix_python (branched from master)
Build Status
Buildable 8878
Build 8878: arc lint + arc unit

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Jul 7 2020, 10:11 AM
Sergey Sharybin (sergey) created this revision.
This revision is now accepted and ready to land.Jul 7 2020, 10:40 AM