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
make_cffi.py assumes the first argument of the distutils compiler will work as the preprocessor. That fails when using ccache by prepending it in the CC environment variable like CC="ccache gcc". This is a regression from 0d1329a.