Skip to content

Commit

Permalink
Merge pull request #399 from metal3d/fix-errors-wayland
Browse files Browse the repository at this point in the history
Remove warning/errors about undefined functions
  • Loading branch information
Jacalz committed May 6, 2024
2 parents a69d953 + 23bba3a commit 037f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3.3/glfw/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package glfw
// ----------------
// GLFW Options:
#cgo linux,!wayland CFLAGS: -D_GLFW_X11
#cgo linux,wayland CFLAGS: -D_GLFW_WAYLAND
#cgo linux,wayland CFLAGS: -D_GLFW_WAYLAND -D_GNU_SOURCE
// Linker Options:
#cgo linux,!gles1,!gles2,!gles3,!vulkan LDFLAGS: -lGL
Expand Down

0 comments on commit 037f3cc

Please sign in to comment.