Typo fixed in cgo_freebsd.go
This commit is contained in:
parent
ab99ef2990
commit
2904dbeb86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue