| * John Ericson s1341 : non-prebuilt android builds fails early on with compiler-rt not finding pthreads.h
$ nix-build -A pkgsCross.aarch64-android.hello
...
/build/compiler-rt-src-19.1.7/compiler-rt/lib/builtins/os_version_check.c:287:10: fatal error: 'pthread.h' file not found
287 | #include <pthread.h>
been this way for several months, any clue what that's about?
|