Skip to content

Commit

Permalink
gfx: Fix pkg-config name which should be SDL2_gfx instead of sdl2_gfx
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <lilis@veand.co>
  • Loading branch information
veeableful committed May 30, 2024
1 parent d9801e0 commit 05d0080
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_gfx
//#cgo linux freebsd darwin pkg-config: SDL2_gfx
//#cgo linux freebsd darwin LDFLAGS: -lSDL2_gfx
import "C"

0 comments on commit 05d0080

Please sign in to comment.