Skip to content

v0.4.18

@Lundis Lundis tagged this 22 Mar 14:44
* Prevent system_linux.go from compiling for android

The problem is described here https://groups.google.com/g/golang-nuts/c/ZTGMjhEV7uY?pli=1
When GOOS=android it compiles both *_android.go and *_linux.go files, so you need to explicitly disable the file for android, because android SDL headers do not have those linux functions

* Style fix
Assets 2
Loading