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
Strip host /usr/ include/lib paths from Pillow cross-compilation
The build Python's sysconfig leaks /usr/include into compiler dirs
via crossenv, causing glibc headers to shadow NDK sysroot headers
on Linux CI runners.
0 commit comments