Fix flags for SDL backend

This commit is contained in:
Milan Nikolic 2023-11-04 13:39:59 +01:00
parent 7196155b6c
commit 6180532752
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
3 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@ package rl
#cgo freebsd CFLAGS: -I. -I/usr/local/include -DPLATFORM_DESKTOP_SDL
#cgo freebsd LDFLAGS: -L/usr/local/lib
#cgo freebsd LDFLAGS: -lm -pthread -ldl -lrt -lX11
#cgo freebsd pkg-config: sdl2
#cgo freebsd,!angle LDFLAGS: -lGL

View file

@ -5,7 +5,6 @@ package rl
/*
#cgo linux CFLAGS: -DPLATFORM_DESKTOP_SDL -Wno-stringop-overflow
#cgo linux LDFLAGS: -lm -pthread -ldl -lrt -lX11
#cgo linux pkg-config: sdl2
#cgo linux,!angle LDFLAGS: -lGL

View file

@ -7,7 +7,6 @@ package rl
#cgo openbsd CFLAGS: -I. -I/usr/X11R6/include -DPLATFORM_DESKTOP_SDL
#cgo openbsd LDFLAGS: -L/usr/X11R6/lib
#cgo openbsd LDFLAGS: -lm -pthread -lX11
#cgo openbsd pkg-config: sdl2
#cgo openbsd,!angle LDFLAGS: -lGL