Skip to content

Commit

Permalink
Merge pull request #875 from olabiniV2/master
Browse files Browse the repository at this point in the history
Update Binding build tags to only build on later versions of Glib.
  • Loading branch information
andre-hub committed Sep 18, 2022
2 parents d885f48 + dcd7d0b commit 655547b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion glib/gbinding_since_2_68.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build !glib_deprecated
//go:build !glib_deprecated && !glib_2_40 && !glib_2_42 && !glib_2_44 && !glib_2_46 && !glib_2_48 && !glib_2_50 && !glib_2_52 && !glib_2_54 && !glib_2_56 && !glib_2_58 && !glib_2_60 && !glib_2_62 && !glib_2_64 && !glib_2_66
// +build !glib_deprecated,!glib_2_40,!glib_2_42,!glib_2_44,!glib_2_46,!glib_2_48,!glib_2_50,!glib_2_52,!glib_2_54,!glib_2_56,!glib_2_58,!glib_2_60,!glib_2_62,!glib_2_64,!glib_2_66

package glib

Expand Down

0 comments on commit 655547b

Please sign in to comment.