Closed wackbyte closed 10 months ago
Aarch64 Linux has c_char as u8 rather than i8 as the code expects. This fixes the build there.
c_char
u8
i8
Aarch64 Linux has
c_char
asu8
rather thani8
as the code expects. This fixes the build there.