Oddbean new post about | logout
 @1772be87 Wild guess: ‘#include_next’ doesn’t work because there’s nothing next (only one entry in ‘CROSS_C_INCLUDE_PATH’).

If that’s the case, then you can try to work around it with: export CROSS_C_INCLUDE_PATH=$CROSS_C_INCLUDE_PATH:$CROSS_C_INCLUDE_PATH.