Typo fixed in cgo_freebsd.go

This commit is contained in:
JupiterRider 2022-11-11 14:01:12 +01:00 committed by GitHub
parent ab99ef2990
commit 2904dbeb86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ package rl
#cgo freebsd CFLAGS: -I/usr/local/include -Iexternal/glfw/include -DPLATFORM_DESKTOP
#cgo freebsd LDFLAGS: -L/usr/local/lib
#cgo freensd,!wayland LDFLAGS: -lGL -lm -pthread -ldl -lrt -lX11
#cgo freebsd,!wayland LDFLAGS: -lGL -lm -pthread -ldl -lrt -lX11
#cgo freebsd,wayland LDFLAGS: -lGL -lm -pthread -ldl -lrt -lwayland-client -lwayland-cursor -lwayland-egl -lxkbcommon
#cgo freebsd,!wayland CFLAGS: -D_GLFW_X11