Ralith / hypermine

A hyperbolic voxel game
Apache License 2.0
160 stars 20 forks source link

Use `c_char` instead of `i8` where necessary #347

Closed wackbyte closed 10 months ago

wackbyte commented 10 months ago

Aarch64 Linux has c_char as u8 rather than i8 as the code expects. This fixes the build there.