Skip to content

Commit

Permalink
sdl: fix build error caused by dummy static library packages not bein…
Browse files Browse the repository at this point in the history
…g blank

Signed-off-by: Lilis Iskandar <[email protected]>
  • Loading branch information
veeableful committed Feb 9, 2023
1 parent 9515279 commit a8580f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdl/sdl_cgo_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ package sdl
//#cgo linux,arm,!android LDFLAGS: -L/opt/vc/lib -L/opt/vc/lib64 -lSDL2_linux_arm -lm -ldl -liconv -lbcm_host -lvcos -lvchiq_arm -pthread
import "C"
import (
"github.com/veandco/go-sdl2/.go-sdl2-libs"
"github.com/veandco/go-sdl2/.go-sdl2-libs/include/SDL2"
_ "github.com/veandco/go-sdl2/.go-sdl2-libs"
_ "github.com/veandco/go-sdl2/.go-sdl2-libs/include/SDL2"
)

0 comments on commit a8580f5

Please sign in to comment.