Skip to content

Commit

Permalink
Update build_cgo_hack.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Aug 31, 2024
1 parent 6310eaa commit ae6bf01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3.3/glfw/build_cgo_hack.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package glfw
// - this file is given a build to exclude it from the regular build.
import (
// Prevent go tooling from stripping out the c source files.
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/deps"
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/include/GLFW"
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/src"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/deps"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/include/GLFW"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/src"
)

0 comments on commit ae6bf01

Please sign in to comment.