veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.21k stars 221 forks source link

Add openbsd to sdl_cgo.go #443

Closed refacto closed 4 years ago

refacto commented 4 years ago

This pull request makes the bindings build on OpenBSD. Perhaps !windows is the better choice, though?

refacto commented 4 years ago

TODO: static build for OpenBSD, but I might look into that later

veeableful commented 4 years ago

Thank you @refacto! I'll merge this in.