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

sdl/system-android.go: Added missing #endif #511

Closed Lundis closed 2 years ago

Lundis commented 2 years ago

Since it does not compile currently:

../../../../go/pkg/mod/github.com/veandco/go-sdl2@v0.4.16/sdl/system_android.go:22:2: error: unterminated conditional directive

if !(SDL_VERSION_ATLEAST(2,0,16))

^ 1 error generated.

veeableful commented 2 years ago

Hi @Lundis, thank you for this fix! I will merge and tag it now.