meson: remove incorrect and unneeded check for ptrdiff_t
Need to include stddef.h for it, so this would've worked: if cc.has_type('ptrdiff_t', prefix: '#include <stddef.h>')
Showing
Please register or sign in to comment
Need to include stddef.h for it, so this would've worked: if cc.has_type('ptrdiff_t', prefix: '#include <stddef.h>')