ikskuh / SDL.zig

A shallow wrapper around SDL that provides object API and error handling
MIT License
348 stars 75 forks source link

fix: only use sdl2 sub when cross-compiling #158

Closed paoda closed 6 months ago

paoda commented 6 months ago

isNative() will return false if CPU isn't native e.g. Dcpu=baseline, even when building a linux executable on a linux distro like ubuntu