gotk3 / gotk3

Go bindings for GTK3
ISC License
2.11k stars 230 forks source link

Not comma separating build tags breaks build #300

Closed freddieptf closed 6 years ago

freddieptf commented 6 years ago

I just stumbled into this issue where builds would fail when i passed a build tag because the build tags defined in the new files introduced in #299 were not comma separated.

https://github.com/gotk3/gotk3/blob/de3c6aa936d239fd2d27c351ecb71883aa4f2c5c/gdk/gdk_since_3_22.go#L1

I'm on ubuntu 16.04, gtk 3.18.9. I changed it to this and it worked

andre-hub commented 6 years ago

thanks for you infomation, i have forgot check this line.