You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure *full* compiler config is passed to FreeType
Using just `CC` from the `distutils` compiler can break universal2
wheels on macOS, but passing all compiler and linker settings appears to
work.
Plus grabbing this information from `sysconfig` is better than hacking
the `distutils` compiler into working.
0 commit comments