Skip to content

Commit

Permalink
gfx: Update pkg-config to use sdl2_gfx instead of sdl2
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed May 18, 2024
1 parent 75abc56 commit 7b62b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/sdl_gfx_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
package gfx

//#cgo windows LDFLAGS: -lSDL2 -lSDL2_gfx
//#cgo linux freebsd darwin pkg-config: sdl2
//#cgo linux freebsd darwin pkg-config: sdl2_gfx
//#cgo linux freebsd darwin LDFLAGS: -lSDL2_gfx
import "C"

0 comments on commit 7b62b02

Please sign in to comment.