Skip to content

Commit

Permalink
Enable GCC GNU extensions on X11
Browse files Browse the repository at this point in the history
  • Loading branch information
tapir authored Oct 14, 2018
1 parent 5479154 commit 691ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.2/glfw/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package glfw
// Linux Build Tags
// ----------------
// GLFW Options:
#cgo linux,!wayland CFLAGS: -D_GLFW_X11
#cgo linux,!wayland CFLAGS: -D_GLFW_X11 -D_GNU_SOURCE
#cgo linux,wayland CFLAGS: -D_GLFW_WAYLAND -D_GNU_SOURCE
// Linker Options:
Expand Down

0 comments on commit 691ee1b

Please sign in to comment.